Skip to content

Instantly share code, notes, and snippets.

@paulaleite
Last active July 19, 2020 01:48
Show Gist options
  • Save paulaleite/6a79c1f96705622c345840c039125982 to your computer and use it in GitHub Desktop.
Save paulaleite/6a79c1f96705622c345840c039125982 to your computer and use it in GitHub Desktop.
/* ------ HEADINGS ------ */
/* 1 */
h2 {
margin-top: 10%;
margin-bottom: 20px;
font-size: 210%;
text-align: left;
margin-left: 10%;
}
/* 2 */
.titulo-h2 {
margin-top: 10%;
margin-bottom: 20px;
font-size: 210%;
text-align: right;
margin-right: 10%;
}
/* 1 */
h3 {
font-weight: 300;
text-align: left;
font-size: 100%;
margin-left: 10%;
width: 70%;
}
/* 2 */
.texto-h3 {
font-weight: 300;
font-size: 100%;
margin-right: 10%;
float: right;
text-align: right;
width: 90%;
}
/* 1 */
h5 {
margin-bottom: 20px;
margin-top: 12%;
font-size: 210%;
text-align: left;
margin-left: 10%;
color: #F8F9F9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment