forked from aqib-m31/Number-Conversion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
54 lines (52 loc) · 995 Bytes
/
Copy pathindex.css
File metadata and controls
54 lines (52 loc) · 995 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
52
53
54
body {
/* background-image: url("bg.png"); */
background-repeat: repeat-y;
background-size: 100%;
text-align: center;
background: #21262E !important;
color: white;
font-family: 'Bebas Neue', cursive;
}
.centerText{
text-align: center;
}
.paraColor {
color: white;
text-align: center;
}
#title {
margin-top: 15px;
color: cornsilk;
/* text-decoration: underline aliceblue wavy 1.5px; */
padding: 5px;
border: solid 2px gray;
border-left:hidden;
border-right: hidden;
font-family: 'Bebas Neue', cursive;
}
#footer {
margin-top: 5px;
margin-bottom: 5px;
font-size: x-small;
background-color: black;
color: gray;
}
#answer {
margin-top: 1%;
font-weight: bolder;
font-size:25px;
/* color: azure; */
color: #CFFDE1;
}
div {
text-align: center;
margin:auto;
padding: 5px;
display: grid;
width: 50%;
}
#playbtn{
margin-top: 2px;
height: 50px;
width: 50px;
}