Página principal: diferenças entre revisões
Saltar para a navegação
Saltar para a pesquisa
Sem resumo de edição Etiqueta: Revertida |
Sem resumo de edição Etiqueta: Revertida |
||
Linha 1: | Linha 1: | ||
{#css: | |||
.home-box-title { | .home-box-title { | ||
height: 30px; | height: 30px; | ||
Linha 12: | Linha 12: | ||
} | } | ||
} | } | ||
} | |||
<tr> | <tr> |
Revisão das 00h31min de 9 de agosto de 2023
{#css:
.home-box-title { height: 30px; background: rgb(176,0,2); background: linear-gradient(120deg,rgba(176,0,2,1) 0%,rgba(181,5,3,1) 10%,rgba(185,11,5,1) 20%,rgba(190,16,6,1) 30%,rgba(194,22,7,1) 40%,rgba(199,27,9,1) 50%,rgba(204,32,10,1) 60%,rgba(208,38,11,1) 70%,rgba(213,43,12,1) 80%,rgba(217,49,14,1) 90%,rgba(222,54,15,1) 100%); border-bottom: 1px solid #990000; border-radius: 10px 10px 0px 0px; color: #FFFFFF; padding: 8px 0px 8px 4px; display: flex; align-items: center;
}
}
}