her.esy.fun/src/css/slides.css

26 lines
645 B
CSS
Raw Normal View History

2020-08-22 21:17:41 +00:00
#preamble h1, #preamble h2 {
padding: 0;
2019-08-23 11:09:26 +00:00
margin: 1em 0;
2020-08-22 21:17:41 +00:00
border-top: none;
}
#content { border-left: solid; border-right: solid; margin-top: 2rem;}
#content :first-child { margin-top: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1rem; }
2020-08-22 21:26:52 +00:00
h1,h2,h3,footer {
2020-08-22 21:17:41 +00:00
border-top: solid;
width: calc(100% + 2rem);
position: relative;
left: -1rem;
box-sizing: border-box;
2020-08-22 21:26:52 +00:00
}
h1,h2 {
text-align: center;
2020-08-22 21:17:41 +00:00
padding: 7rem 1rem 6rem 0;
2019-08-23 11:09:26 +00:00
}
2020-08-22 21:26:52 +00:00
h3 { margin-top: 2rem;
padding: 2rem 1rem;
2020-08-22 21:17:41 +00:00
}
2020-08-22 21:26:52 +00:00
footer { border-top: solid 3px;
border-bottom: solid 3px;
padding: 1rem 1rem 0 1rem; margin-bottom: 0; background: var(--rbg);}