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