Difference between revisions of "Template:Plot/Plot.css"
Jump to navigation
Jump to search
m |
|||
Line 8: | Line 8: | ||
.left-side { | .left-side { | ||
− | width | + | width: 75%; |
− | |||
− | |||
− | |||
} | } | ||
.right-side { | .right-side { | ||
− | width: | + | width: 25%; |
− | + | left: 75%; | |
} | } | ||
Revision as of 14:08, 21 September 2020
.header {
padding: 5px 0; display: block; width: 100%; text-align: center; font-weight: bold;
}
.left-side {
width: 75%;
}
.right-side {
width: 25%; left: 75%;
}
p {
text-indent: 5em;
}
- page {
background-color: white; color: black; border: 2px; border-color: black;
}