-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (49 loc) · 1.04 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
h1 {
font-size: 32px;
color: #000000;
font-family: Arial, sans-serif;
margin: 20px 35px;
padding: 0 3px;
border: 3px solid #ff0000;
border-radius: 20px;
text-align: left;
}
div.css-1629p8f.e16nr0p31{
text-align: left;
display: inline-block;
padding: 4px;
margin: 0px 10px;
}
div.css-5rimss.e16nr0p34{
margin-bottom: 0px 5px;
}
h3{
font-size: 20px;
color: black;
font-family: Arial, Helvetica, sans-serif;
margin: 1px 0;
}
div.css-zt5igj.e16nr0p33{
text-align: left;
}
p{
font-size: 16px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
span.css-10trblm.e16nr0p30{
margin: 0px 0px 0px 60px;
text-align:left;
}
button.css-1x8cf1d.edgvbvh10{
border-color: #000000;
border-radius: 15px;
background-color: #000000;
color: aliceblue;
}
button.css-1x8cf1d.edgvbvh10:hover{
background-color: whitesmoke;
color: black;
}
button.css-1x8cf1d.edgvbvh10:active{
color:blue
}