Mais ações
Criou página com '.IntroCard { position: relative; height: 100%; color: #2b282c; } *, :after, :before { box-sizing: border-box; } div { display: block; } .IntroCard:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #c6b7a0; }' |
Sem resumo de edição |
||
| Linha 19: | Linha 19: | ||
left: 0; | left: 0; | ||
background-color: #c6b7a0; | background-color: #c6b7a0; | ||
} | |||
.OutlineFrame { | |||
position: relative; | |||
height: 100%; | |||
} | } | ||
Edição das 13h08min de 19 de dezembro de 2022
.IntroCard {
position: relative;
height: 100%;
color: #2b282c;
}
*, :after, :before {
box-sizing: border-box;
}
div {
display: block;
}
.IntroCard:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #c6b7a0;
}
.OutlineFrame {
position: relative;
height: 100%;
}