File size: 366 Bytes
daec540
 
 
cca990e
 
 
d0fd9c8
dff5878
 
d0fd9c8
 
cca990e
 
 
84f66bb
 
73d29be
 
 
 
 
e0c46b1
 
 
 
 
2c74961
e0c46b1
 
84f66bb
d0fd9c8
2bb24b7
 
daec540
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, a:hover {
  color: red;
  text-decoration: none;
}

html, body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

ul li:before {
  content: "— ";
}

main, section {
  padding: 10px;
  margin: 0 auto;
  max-width: 768px;
}