aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
blob: 7cc08e9188b6415c3cd1b4124e171a2141dfc54d (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
42
43
44
45
46
47
48
body
{
    margin: 2vh auto;
    max-width: 80vw;
	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;
}

blockquote {
	border-left: 3px solid #0077b6;
	padding-left: 10px;
	background-color: #90e0ef;
}
ArKa projects. All rights to me, and your next child right arm.