-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (46 loc) · 939 Bytes
/
style.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
header {
text-align: center;
text-decoration: none;
padding: 10px;
background-image: url(https://images.fineartamerica.com/images-medium-large-5/3-chlamydomonas-sem-aaron-j-bell.jpg);
background-position: center;
border-radius: 50px;
font-family: 'Lato', sans-serif;
font-size: large;
color: white;
}
header h1 {
font-size: 300%;
}
h2 {
font-family: 'Lato', sans-serif;
font-size: 200%;
text-align: center;
}
/*nav*/
nav {
background-color:seagreen;
border-radius: 50px;
font-size: 150%;
}
ul {
list-style-type: none;
text-align: center;
}
li {
text-decoration: none;
display: inline-block;
align-content: center;
font-family: 'Lato', sans-serif;
padding: 10px;
color: white;
}
/*javascript*/
#cy {
height: 50%;
width: 90%;
position:absolute;
background-color:seagreen;
border-radius: 50px;
margin-left: 70px;
}