User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
mNo edit summary
No edit summary
Line 6: Line 6:
width: 200px;
width: 200px;
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
background: #f9f9f9;
background: yellow;
border: 5px #aaaaaa solid;
border: 5px #aaaaaa solid;
}
}

Revision as of 07:17, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
.table {
  width: 200px;
  margin: 1em 1em 1em 0;
  background: yellow;
  border: 5px #aaaaaa solid;
}
.table > tbody > th, table.table > tbody > td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
.table > tbody > th {
  background: #f2f2f2;
  text-align: center;
}
.table > caption {
  margin-left: inherit;
  margin-right: inherit;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.