Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 1, 2021 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c4aa69c745c3e60a5a46beffc76e7d54 to your computer and use it in GitHub Desktop.
Save parzibyte/c4aa69c745c3e60a5a46beffc76e7d54 to your computer and use it in GitHub Desktop.
section {
width: 80%;
float: left;
background-color: #e0e0e0;
}
aside {
width: 20%;
float: left;
background-color: #e0e0e0;
border-left: 1px solid white;
}
header {
padding: 25px;
background-color: #cfd8dc;
}
footer {
clear: both;
text-align: center;
background-color: #CFD8DC;
}
.contenedor {
display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment