minor edit
[robinkrens.nl] / files / style.css
1 /* look at this amazing style sheet! */
2
3 body{
4         width: 70ex;
5         margin-left: auto;
6         margin-right: auto;
7         padding: 10px;
8         cursor: crosshair; // just to add a nerdy effect :) sorry about that
9 }
10
11 h1 {
12         border-bottom: 2px solid black;
13 }
14
15 pre {
16         overflow: auto;
17         height: auto;
18 }
19
20 /* ul {
21         list-style-type: none;
22 } */
23
24 code {
25         background: black;
26         color: white;
27         padding: 1px 1px 1px 1px;
28 }
29
30 hr {
31         border: 1px solid black;
32 }