Hello, I am trying to give the style to my footer, of the image that I show giving the sensation of realism, as if the grass grew upwards. I thought that it would give impression of movement like a git, I do not know if that will be possible, with javascript or bootstrap. Or I must put a background image or git. I have looked for some clue as to how to give that appearance, or another similar one without achieving it. Any idea how I can get it? Thanks.
footer {
background-color: #404040;
}
footer {
text-align: center;
padding: 50px 0 30px ;
}
footer p {
color: #f8f8f8;
font-size: 14px;
}
footer a.totop {
color: #fff;
margin-bottom: 30px;
}
footer a.totop:focus {
outline: 0;
}
<title>document</title>
</head>
<body>
<ul>
<li class="active">
<a href="#intro">Casa</a>
</li>
<li>
<a href="#about">Sobre mi</a>
</li>
<li>
<a href="#service">Servicios</a>
</li>
<li>
<a href="#works">Trabajos</a>
</li>
<li>
<a href="#contact">Contacto</a>
</li>
</ul>
<h2 >Hola</h2>
<div class="container">
<div class="row">
<div class="text-center">
<p>
Lorem ipsum dolor sit amet, vis tale malis tacimates et, graece doctus omnesque ne est, deserunt pertinacia ne nam. Pro eu
simul affert referrentur, natum mutat erroribus te his
</p>
<p>
Ne mundi fabulas corrumpit vim, nulla vivendum conceptam eu nam. Ius ex principes complectitur, ex quo duis suscipit. Ius
fastidii reprimique no. Sadipscing appellantur pri ad. Oratio moderatius definitiones cum ex,
mea ne brute vivendum percipitur.
</p>
<a href="#service" class="btn btn-skin btn-scroll">What we do</a>
</div>
</div>
</div>
</div>
</section>
<div class="section-heading text-center">
<h2 class="h-bold">hola</h2>
<h5>Web Design</h5>
<p>
Ad denique euripidis signiferumque vim, iusto admodum quo cu. No tritani neglegentur mediocritatem duo.
</p>
<h5>Web Design</h5>
<p>
Ad denique euripidis signiferumque vim, iusto admodum quo cu. No tritani neglegentur mediocritatem duo.
</p>
<p>
Ad denique euripidis signiferumque vim, iusto admodum quo cu. No tritani neglegentur mediocritatem duo.
</p>
<h5>Graphic design</h5>
<p>
Ad denique euripidis signiferumque vim, iusto admodum quo cu. No tritani neglegentur mediocritatem duo.
</p>
</section>
<footer>
<a href="#">Adios</a> Email</p>
</footer>
</body>
</html>