Projekt

Obecné

Profil

Stáhnout (275 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
html,
2
body {
3
  padding: 0;
4
  margin: 0;
5
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
6
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
7
}
8

    
9
a {
10
  color: inherit;
11
  text-decoration: none;
12
}
13

    
14
* {
15
  box-sizing: border-box;
16
}
(5-5/5)