Skip to content

Instantly share code, notes, and snippets.

View jaffbeto's full-sized avatar

Alberto Fernandes jaffbeto

View GitHub Profile
* {
box-sizing:border-box;
}
.container {
position: relative;
display:block;
margin:0px auto;
width: 100%;
max-width:1170px;
font-family:Arial;