Projekt

Obecné

Profil

Stáhnout (211 Bajtů) Statistiky
| Větev: | Revize:
1 26342eaf Vojtěch Danišík
body, html {
2
	margin: 0px;
3
}
4
5
nav {
6
	display: flex;
7
	justify-content: space-between;
8
}
9
10
nav ul li {
11
	display: inline-block;
12
}
13
14
nav a {
15
	color: black;
16
	font-size: 2em;
17
	padding-left: 1em;
18
	padding-right: 1em;
19
}