User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
mNo edit summary
Line 2: Line 2:
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
margin: 0;
padding: 0;
justify-content: space-between;
justify-content: space-between;
}
}

Revision as of 03:41, 31 August 2022

.flex-container {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
justify-content:  space-between;
}
div {
	width : 180px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.