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