1be04d4ca8
Content is from Monty Taylor at http://lists.zuul-ci.org/pipermail/zuul-discuss/2021-June/001643.html Co-Authored-By: Monty Taylor <mordred@inaugust.com> Change-Id: Id30d24455553109e89748fe7f670ed6509c01639
34 lines
526 B
CSS
34 lines
526 B
CSS
body {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
padding: 0.5em;
|
|
background-color: #333;
|
|
color: white;
|
|
}
|
|
|
|
header h1 {
|
|
font-size: 2.25em;
|
|
letter-spacing: 0.125em;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
padding-top: 2em;
|
|
}
|
|
|
|
header p {
|
|
font-size: 1.25em;
|
|
max-width: 30em;
|
|
margin: 4em auto 3em auto;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
article {
|
|
max-width: 50em;
|
|
text-align: justify;
|
|
margin: 2em auto 0 auto;
|
|
}
|