-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle1.css
More file actions
75 lines (64 loc) · 1.13 KB
/
Style1.css
File metadata and controls
75 lines (64 loc) · 1.13 KB
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
70
71
72
73
74
75
h2 {
color:#00D900;
text-align: center;
font-size: 180%;
}
body {
margin-top: 0px;
background-image: url(https://images.unsplash.com/photo-1509114397022-ed747cca3f65?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTB8fGJhY2tncm91bmQlMjBpbWFnZSUyMHJlZCUyMG9yJTIwb3JhbmdlfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60);
background-size: cover;
background-size: 100%;
}
h2:hover {
cursor:pointer;
}
ol {
font-size: 120%;
}
img {
margin:5px 0px;
width:250px;
height:150px;
transition: all 0.8s;
}
img:hover {
transform: scale(1.1);
}
p {
text-align: center;
}
.progress {
margin:5px 5px;
margin-right: 38px;
}
.main-nav {
display: flex;
list-style:none;
margin: 0px;
padding:10px;
background-color: #2B4B6F;
justify-items: center;
width:100%;
box-shadow: 0 10px 5px 0 rgba(20,100,150,5);
}
.main-nav:hover {
cursor : pointer;
background-color: #314457;
height:60px;
}
h3 {
font-size:130%;
margin-top:4.5px;
text-indent: 20px;
text-size-adjust:50px;
color: white;
font-weight:500;
}
.go {
font-size:130%;
text-indent:40px;
text-size-adjust:50px;
color: white;
margin-left: 20px;
font-weight: 500;
}