Toggle menu
1.3K
1.7K
702
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.