Template:Main Page/styles.css

From YATA Wiki
Revision as of 08:07, 22 April 2024 by AlexChillOut (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.box {
	display: inline-block;
	padding: 5px;
}
#left-box {
	width: 84%;
	float: left;
}
#right-box {
	width: 14%;
	float: right;
	text-align: center;
}