You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
415 B

html {
background: #eee;
}
h1:before {
display: inline;
content: '~ ';
}
h1:after {
display: inline;
content: ' ~';
}
body {
width: 80%;
margin: auto;
font-size: 18px;
}
h1 {
font-size: 1.5em;
}
img.emoji {
display: inline;
width: 0.8em;
height: 0.8em;
}
footer {
margin-top: 3.0em;
margin-bottom: 2.0em;
text-align: center;
font-size: 0.9em;
}