-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (47 loc) · 883 Bytes
/
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
body
{
background-color:#ADEFD1FF;
}
.tit
{
font-size: 1.7rem;
font-family: Arial, Helvetica, sans-serif;
background-color: #00203FFF;
color: #ADEFD1FF;
padding: 0.05em;
}
#choice
{
margin-bottom: 30px;
}
.cl
{
font-size: 10rem;
border: solid 2.5px #00203FFF;
border-radius: 15%;
background-color: #00203FFF;
cursor: pointer;
margin-right: 15px;
}
.re
{
background-color: #00203FFF;
border-radius: 7% ;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 25px;
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 3rem;
color: rgb(206, 255, 233);
}
.green
{
color: yellowgreen;
}
.cre
{
color: #00203FFF;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 2rem;
}