-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchumo.css
69 lines (59 loc) · 900 Bytes
/
chumo.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
body {
position: absolute;
margin: 0px;
width: 100%;
height: 100%;
background-color: white;
}*/
#header {
/* position:absolute;
margin: 0px;
top:0px;*/
width:100%;
font-family:Helvetica;
color:black;
}
#header h1 {
margin: 0px;
padding: 0px;
font-size:50px;
}
#header nav {
margin: 10px;
font-size:20px;
}
#header p {
margin: 0px;
font-size:20px;
}
.selector {
padding: 5px;
display: inline;
font-size: 25px;
border-width: 2px;
border-radius: 10px;
border-style: solid;
cursor: pointer;
}
#author {
position:absolute;
margin: 0px;
top:10px;
left: 10px;
font-size: 20px;
}
#author a {
text-decoration: none;
color:black;
}
svg {
background:white;
}
.arrow {
stroke: black;
stroke-width: 0.5px;
fill:rgba(0,0,0,0.2);
}
circle {
}