Mais ações
Criou página com '.ClassTable{ border: 2px solid #897051; border-radius: 15px; padding: -5px; min-height:50px; } .ClassTable table{ text-align:center; width:100%; } .ClassTable caption{ padding-left: 5px; border-bottom: 5px solid #897051; } .ClassTable tr:nth-child(even) { background: rgba(137, 112, 81, 0.3); } .title { font-weight: bold; } #classe, #dado, #atributo, #saves{ text-align:center; } #descricao{ width:50%; } #classe, #dado{ width:5%; } #atributo, #saves{ w...' |
(Sem diferença)
|
Edição das 13h06min de 13 de dezembro de 2022
.ClassTable{
border: 2px solid #897051;
border-radius: 15px;
padding: -5px;
min-height:50px;
}
.ClassTable table{
text-align:center;
width:100%;
}
.ClassTable caption{
padding-left: 5px;
border-bottom: 5px solid #897051;
}
.ClassTable tr:nth-child(even) {
background: rgba(137, 112, 81, 0.3);
}
.title {
font-weight: bold;
}
#classe,
#dado,
#atributo,
#saves{
text-align:center;
}
#descricao{
width:50%;
}
#classe, #dado{
width:5%;
}
#atributo, #saves{
width:20%;
}
.ClassTable td {
vertical-align:middle;
text-align:left;
}