Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Last active March 22, 2021 05:35
Show Gist options
  • Save pablotolentino/bf288bc84003d8d93445bf1a21c00ac6 to your computer and use it in GitHub Desktop.
Save pablotolentino/bf288bc84003d8d93445bf1a21c00ac6 to your computer and use it in GitHub Desktop.
estilos para pie de página
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