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.
 
 
 

28 lines
278 B

html {
background: #eee;
}
h1:before {
display: inline;
content: '~ ';
}
h1:after {
display: inline;
content: ' ~';
}
body {
width: min(80%, 700px);
margin: auto;
font-size: 18px;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.2em;
}