User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
.table {
.table {
width: 200px;
width: 200px;
margin: 1em 1em 1em 0;
background: yellow;
background: yellow;
}
}
Line 15: Line 14:
background: #f2f2f2;
background: #f2f2f2;
text-align: center;
text-align: center;
}
.table > caption {
margin-left: inherit;
margin-right: inherit;
}
}

Revision as of 07:19, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
.table {
  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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.