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

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