-
Notifications
You must be signed in to change notification settings - Fork 14
/
style.css
85 lines (70 loc) · 1.51 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* Move block container higher */
div.block-container.css-z5fcl4 {
padding-top: 0 rem;
margin-top: -15m;
}
/* Adjustments for the logo image*/
img {
display: block;
margin-top: 2em;
}
/* remove header */
header.css-147i1ru.e8zbici2 {
height: 0rem
}
/* Centering text in each gray box */
div.css-1ht1j8u.e16fv1kl0 {
text-align: center;
}
/* Third line of Row */
/*div.css-wnm74r.e16fv1kl3 {
margin-left: 30%;
margin-right: 20%;
}
/* Row 1 */
div.css-j5r0tf.e1tzin5v1 {
background-color: rgb(189, 195, 199);
border: 2px solid rgba(200, 168, 211, 0.6);
padding: 0.5% 0.5% 0.5% 0.5%;
border-radius: 25px;
}
/* Row 2 */
div.css-1r6slb0.e1tzin5v1 {
background-color: rgb(189, 195, 199);
border: 2px solid rgba(200, 168, 211, 0.6);
padding: 0.5% 0.5% 0.5% 0.5%;
border-radius: 25px;
}
/* Row 3 */
div.css-1b2d4l5.e1tzin5v1 {
background-color: rgb(189, 195, 199);
border: 2px solid rgba(200, 168, 211, 0.6);
padding: 0.5% 0.5% 0.5% 0.5%;
border-radius: 25px;
}
/* Add a border to the specified <div> element */
div.css-fty8zw.e1tzin5v1 {
background-color: rgb(189, 195, 199);
border: 2px solid rgba(200, 168, 211, 0.6);
padding: 0.5% 0.5% 0.5% 0.5%;
border-radius: 25px;
}
/* Hide hamburger menu and footer */
div.css-r698ls.e8zbici2 {
display: none;
}
footer.css-ipbk5a.egzxvld4 {
display: none;
}
footer.css-12gp8ed.eknhn3m4 {
display: none;
}
div.vg-tooltip-element {
display: none;
}
css-sfupiu egzxvld4{
display: none;
}
footer {
visibility: hidden;
}