Mais ações
mSem resumo de edição |
mSem resumo de edição |
||
| Linha 47: | Linha 47: | ||
border: none; | border: none; | ||
padding: 10px 24px; | padding: 10px 24px; | ||
border-radius: 12px; | |||
display:flex; | |||
align- | align-content: center; | ||
float: | float: right; | ||
text-align: center; | text-align: center; | ||
text-decoration:none; | text-decoration:none; | ||
Edição das 15h52min de 29 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));
}
.btn {
background-color: #800A0C;
border: none;
padding: 10px 24px;
border-radius: 12px;
display:flex;
align-content: center;
float: right;
text-align: center;
text-decoration:none;
transition-duration: 0.4s;
}
.btn:hover{
background-color: #A88541;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}