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: 64%;
width: 84%;
float: left;
float: left;
}
}
#right-box {
#right-box {
width: 34%;
width: 14%;
float: right;
float: right;
}
}

Revision as of 08:06, 22 April 2024

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