User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
}
}
.table {
.table {
width: 200px;
width: 250px;
background: #252829;
}
}
table, th, td {
.table, th, td {
border: 1px solid;
border: 1px solid;
}
}

Revision as of 07:36, 30 August 2022

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