User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
mNo edit summary
Line 5: Line 5:
.table {
.table {
width: 200px;
width: 200px;
background: yellow;
}
.table > tbody > th, table.table > tbody > td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
.table > tbody > th {
background: #f2f2f2;
text-align: center;
}
}

Revision as of 07:24, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
.table {
  width: 200px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.