aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
blob: 4940e28b6ffed78d1b3357185226d642847a8491 (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
30
31
32
33
34
35
36
37
38
39
40
41
body
{
    margin: 2vh auto;
    max-width: 800px;
	color:#00072D;
	background-color: #C2EAFF;
}

h1, footer
{
    text-align: center;
}

a 
{ 
    color: #87B37A; 
    text-decoration: none; 
}

a:hover 
{ 
    text-decoration:underline;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.header{
	margin: 1em 0;
	display: block;
	width:100%;
}

.navbar{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
ArKa projects. All rights to me, and your next child right arm.