summaryrefslogtreecommitdiff
path: root/style.css
blob: c69935ff2c3eddebce9df1662f1681a3470d1ee5 (plain)
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
body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

body.index{
	height: 97vh;
}

.content{
	margin: auto;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: inherit;
}

.zikos{
	text-align: left;
}