Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 7: | Linha 7: | ||
h2{ | h2{ | ||
text-align: center; | text-align: center; | ||
border- | box-sizing: border-box; | ||
position: relative; | |||
display: block; | |||
overflow: hidden; | |||
border-top: 1px solid #99664d; | |||
padding-top: 0.4em; | |||
margin: 0 auto 2rem; | |||
width: 100%; | |||
content: ""; | |||
height: 0.4em; | |||
left: 0; | |||
bottom: 100%; | |||
background: #99664d; | |||
transform-origin: left bottom; | |||
transform: rotate(20deg); | |||
} | } | ||
Edição das 23h08min de 1 de dezembro de 2022
h1,
h2,
h3 {
color: #897051;
}
h1,
h2{
text-align: center;
box-sizing: border-box;
position: relative;
display: block;
overflow: hidden;
border-top: 1px solid #99664d;
padding-top: 0.4em;
margin: 0 auto 2rem;
width: 100%;
content: "";
height: 0.4em;
left: 0;
bottom: 100%;
background: #99664d;
transform-origin: left bottom;
transform: rotate(20deg);
}
@media ( min-width: 720px){
.pagRune{
position: fixed;
top: 15%;
left: 5%;
}
}
@media (max-width: 1080px){
.pagRune{
position: fixed;
top: 15%;
left: 5%;
}
}
@media (max-width: 682px){
.pagRune{
display: none;
}
}