Template:Main Page/styles.css

From YATA Wiki
Revision as of 08:06, 22 April 2024 by AlexChillOut (talk | contribs)
Jump to navigationJump to search
.box {
	display: inline-block;
	padding: 5px;
}
#left-box {
	width: 64%;
	float: left;
}
#right-box {
	width: 34%;
	float: right;
}