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