Mais ações
mSem resumo de edição |
mSem resumo de edição |
||
| Linha 18: | Linha 18: | ||
#content h3 { | #content h3 { | ||
font-family: 'Spectral', serif; | font-family: 'Spectral', serif; | ||
} | |||
th, td { | |||
text-align: justify; | |||
} | } | ||
Edição das 02h41min de 6 de novembro de 2022
/*text formatting*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body {
font-family: 'Spectral', serif;
text-align: justify;
}
a {
color: #A88541;
}
a:hover {
color: #800A0C;
}
#content p {
text-align: justify;
}
#content h1,
#content h2,
#content h3 {
font-family: 'Spectral', serif;
}
th, td {
text-align: justify;
}
/*Custom classes*/
.sublinhado{
border-bottom: 1px solid;
}
.tabulado{
margin-left: 3%;
}
.loretext{
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
.trait{
margin-left: 3%;
text-indent: -25px
}
.three-column{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}