Template:Main Page/styles.css

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