-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
51 lines (42 loc) · 743 Bytes
/
styles.css
File metadata and controls
51 lines (42 loc) · 743 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
42
43
44
45
46
47
48
49
50
51
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
body {
background-color: rgba(36, 84, 139, 0.996);
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10vh;
}
.heading {
color: rgb(255, 255, 255);
font: 40px "Open Sans";
}
img {
height: 180px;
}
.img-div{
display: flex;
gap: 50px;
margin-bottom: 20px;
}
.path--background {
fill: rgba(72, 190, 29, 0.97);
stroke: #fff;
stroke-width: 0px;
}
.pulse {
fill: rgb(255, 74, 74) !important;
}
.path--foreground {
fill: #eee;
stroke: #eee;
stroke-width: 2px;
}
.label {
font: 90px "Open Sans";
font-weight: 900;
text-anchor: middle;
fill: rgba(72, 190, 29, 0.97);
}