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

From YATA Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
}
}
#left-box {
#left-box {
width: 62%;
width: 84%;
float: left;
float: left;
}
}
#right-box {
#right-box {
width: 32%;
width: 14%;
float: right;
float: right;
text-align: center;
}
}

Latest revision as of 08:07, 22 April 2024

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