Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
higoramorim committed Jul 4, 2020
1 parent 1edc582 commit ec8b6f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
text-align: center;
vertical-align: bottom;
}
.footer {
background-color: black;
}

#footer-text{
color: azure;
}
</style>

</head>
Expand Down Expand Up @@ -138,5 +145,11 @@ <h1>List of Skills</h1>
<strong><li id="color">Full Stack Web Development</li></strong>
</ul>
</div>
<footer class="footer">
<div>
<p #id="text-footer">Texto</p>

</div>
</footer>
</body>
</html>

0 comments on commit ec8b6f2

Please sign in to comment.