User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
(Ajima changed the content model of the page User:Ajima/MyStyle.css from "wikitext" to "Sanitized CSS": It's a style page)
Tag: content model change
No edit summary
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
}
.table {
width: 200px;
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
}
}

Revision as of 07:07, 30 August 2022

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