User:Ajima/MyStyle.css: Difference between revisions

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

Revision as of 07:34, 30 August 2022

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