Last active
March 22, 2021 05:35
-
-
Save pablotolentino/bf288bc84003d8d93445bf1a21c00ac6 to your computer and use it in GitHub Desktop.
estilos para pie de página
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
min-height: 100%; | |
position: relative; | |
} | |
body { | |
margin: 0; | |
} | |
.wrapper { | |
margin: 0; | |
margin-bottom: 40px; | |
} | |
footer { | |
background-color: black; | |
position: absolute; | |
bottom: 0; | |
width: 100%; | |
height: 40px; | |
color: white; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment