Skip to content

Commit

Permalink
footer section added
Browse files Browse the repository at this point in the history
  • Loading branch information
Farukhossain5 committed Dec 25, 2023
1 parent e7ee6c2 commit 5ec132f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ <h1>900K</h1>
<p>Facebook Likes</p>
</div>
</section>
<footer>
<h3><span id="eat">Eat</span> Fresh</h3>
<p>Eat healthy to live healthy. Live healthy to live happy.</p>

</footer>
</body>
</html>
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body{
font-family: 'Indie Flower', cursive;
font-family: 'Poppins', sans-serif;
margin: 0;
}
h1{
font-size: 55px;
Expand Down Expand Up @@ -71,5 +72,18 @@ p{
box-shadow: 10px 10px 20px gray;
border-radius: 10px;
margin: 150px 150px 50px 150px;
/* margin: ; */
}
footer{
background-color: black;
color: white;
text-align: center;
padding: 10px;
}
footer h3{
color: rgb(146, 97, 6);


}
#eat{
color: orange;
}

0 comments on commit 5ec132f

Please sign in to comment.