-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (39 loc) · 814 Bytes
/
Copy pathstyle.css
File metadata and controls
41 lines (39 loc) · 814 Bytes
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,h1,h2,h3,h4,h5,h6 {font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
.w3-bar,h1,button {font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.fa-anchor,.fa-coffee {font-size:200px}
header {
background-image: url("./annie-spratt-0ZPSX_mQ3xI-unsplash.jpg");
background-size: cover;
height: 50%;
text-align: center;
color:white;
}
h1{
color: orangered;
}
p{
color: black;
}
.progress{
width: 200px;
margin: 20px;
}
.progress-section div{
/* display: inline-block; */
float: left;
width: 188px;
height:40px;
position: relative;
}
.inside_progress{
margin: 10px;
margin-right: 60px;
}
.progress-section{
margin-left: 20px;
height: 40vh;
display: flex;
}
.progress-bar{
padding:15px;
}