Difference between revisions of "Template:Plot/Plot.css"
Jump to navigation
Jump to search
m |
m |
||
Line 30: | Line 30: | ||
.left-side { | .left-side { | ||
− | width: | + | width: 70%; |
} | } | ||
.right-side { | .right-side { | ||
− | width: | + | width: 30%; |
} | } | ||
Revision as of 05:40, 22 September 2020
- {
box-sizing: border-box;
}
.header {
padding: 5px 0; display: block; width: 100%; text-align: center; font-weight: bold;
}
.subheader {
display: block; width: 100%; text-align: center; font-weight: bold;
}
.page:after {
content: ""; display: table; clear: both;
}
.column {
float: right; padding: 5px;
}
.left-side {
width: 70%;
}
.right-side {
width: 30%;
}
p {
text-indent: 5em;
}