Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 7, 2020 21:18
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/5f8aadd8650a2cb912f8647e9a888723 to your computer and use it in GitHub Desktop.
Save parzibyte/5f8aadd8650a2cb912f8647e9a888723 to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
}
.columna {
float: left;
width: 50%;
padding-right: 5px;
}
.fila::after {
content: "";
clear: both;
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment