about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task6.css
blob: b08a1368bffc68a71f1a6cc66ebde569ccd27078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
html {
    padding-bottom: 4em;
}

body {
    font-family: sans-serif;
    line-height: 1.5em;
    max-width: 40em;
    padding: 0 2%;
    margin: auto;
    background-color: #eeeeec;
    color: #2e3436;
}

a {
    color: #204a87;
}

h1, h2, h3 {
    line-height: 1.2em;
}