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

From YATA Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
.box {
display: inline-block;
padding: 5px;
}
#left-box {
#left-box {
display: inline-block;
width: 84%;
width: 60%;
float: left;
float: left;
}
}
#right-box {
#right-box {
display: inline-block;
width: 14%;
width: 30%;
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;
}