Projekt

Obecné

Profil

Stáhnout (441 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 56cc66d8 Lukáš Vlček
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
}
17 6a250c18 Lukáš Vlček
18
.navbar-wrapper{
19
  width: 100vw;
20
  margin: 0;
21
  display: flex;
22
  justify-content: space-around;
23
  padding-left: 10px;
24
  padding-right: 10px;
25
  background: #001529;
26
}