Template:Main Page/styles.css: Difference between revisions

From YATA Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
}
}
#left-box {
#left-box {
width: 65%;
width: 62%;
float: left;
float: left;
}
}
#right-box {
#right-box {
width: 35%;
width: 32%;
float: right;
float: right;
}
}

Revision as of 08:05, 22 April 2024

.box {
	display: inline-block;
	padding: 5px;
}
#left-box {
	width: 62%;
	float: left;
}
#right-box {
	width: 32%;
	float: right;
}