-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (98 loc) · 1.77 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
background: rgb(202, 211, 212);
}
/* .mainbox {
margin: 20px;
padding: 20px;
width: 100%;
} */
#spin {
position: absolute;
margin-left: -10%;
}
.box {
width: 80%;
height: 80%;
position: relative;
border-radius: 50%;
border: 2px solid black;
overflow: hidden;
/* background-color: #6495ed; */
}
svg {
/* clip-path: circle(49.5%); */
clip-path: circle(50%);
transition: all ease 3s;
}
#header_row {
justify-content: center;
margin: auto;
border-radius: 12px;
text-align: center;
line-height: 2;
}
#header_column {
justify-content: center;
margin: auto;
/* background-color: bisque; */
/* border: 2px solid black; */
border-radius: 12px;
text-align: center;
line-height: 2;
}
h2 {
font-size: 2.7rem;
/* border: 2px solid black; */
/* background-color: #6495ed; */
color: #00008b;
margin: auto;
font-weight: bold;
}
h3 {
margin-top: 15px;
font-size: 30px;
/* background-color: yellow; */
color: #00008b;
/* margin: auto; */
}
#button {
background-color: #04aa6d;
/* Green */
border: 8px solid black;
border-style: double;
border-radius: 50%;
color: white;
text-align: center;
display: block;
cursor: pointer;
/* min-width: 100px; */
height: 300px;
/* padding: 20px; */
/* text-decoration: none; */
/* margin: auto; */
/* margin-top: 10px; */
}
#clickButton {
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
#clickText {
color: black;
font-weight: 700;
font-size: xx-large;
margin: 5px;
font-family: 'Courier New', Courier, monospace;
}
#clickSubText {
font-size: large;
font-family: 'Lucida Sans', 'Lucida Sans Regular', sans-serif;
}
#messageButtonTable {
display: flex;
margin: auto;
}
form button {
background-color: #00008b;
}