Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created August 27, 2019 18:59
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 brunomichetti/ef57f647845a0a082c49846061f14c6e to your computer and use it in GitHub Desktop.
Save brunomichetti/ef57f647845a0a082c49846061f14c6e to your computer and use it in GitHub Desktop.
html{ font-size: 18px; }
main { display: flex; flex-flow: row wrap; }
h1 { color: blue; font-weight: bold; font-size: 1.3em; }
h2 { font-weight: bold; font-size: 1.1em;}
ul { list-style: none; }
figure { margin: 0; }
nav {
background: green;
flex: 1;
font-weight: bold;
height: 80px;
padding: 0.5em;
ul { padding: 0; margin: 0 }
}
footer {
background-color: grey;
text-align: left;
time { font-weight: bold }
}
.company-info { flex: 2; }
.services-list {
color: blue;
font-size: 1.1em;
font-weight: bold;
list-style: disc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment