-
Notifications
You must be signed in to change notification settings - Fork 0
/
type.css
107 lines (106 loc) · 1.86 KB
/
type.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
body{
background-color: rgb(150, 143, 143);
}
.display{
width: 100%;
background-color: rgb(66, 29, 29);
}
#real{
height: 90px;
width: 99%;
font-size: 25px;
padding: 8px;
border-radius: 6px;
background-color: aliceblue;
overflow: auto;
}
.dvd{
background-color: bisque;
width: 325px;
margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.display1{
height: 110px;
width: 99%;
margin: 3px;
background-color: rgb(14, 13, 13);
color: aliceblue;
font-size: 22px;
}
.line1 , .line2 , .line3 , .line4 ,.line5{
width: 1100px;
margin: auto;
/* border: 1px solid red; */
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.btn{
margin: 3px;
padding: 25px;
font: bolder;
box-shadow: 3px 5px black;
border: 2px solid blue;
border-radius: 6px;
color: rgb(185, 180, 180);
background-color: rgb(48, 46, 46);
box-shadow: inset 0px 3px 3px rgb(129, 128, 128);
cursor: pointer;
}
#file{
background-color: aqua;
margin: 5px;
padding: 5px;
cursor: pointer;
border-radius: 5px;
}
#file_btn{
background-color: green;
margin: 7px;
padding: 7px;
border-radius: 10px;
cursor: pointer;
}
#itom1{
display: block;
}
#itom2{
display: none;
text-align: center;
}
/* body{
background-color: rgb(155, 243, 54);
text-align: center;
} */
#mess{
font-size: 50px;
}
.meter{
font-size: 30px;
}
.scor{
font-size: 70px;
}
.restart{
margin: 5px;
padding: 5px;
background-color: aqua;
border-radius: 8px;
font: bolder;
position: fixed;
bottom: 50px;
right: 100px;
}
.backbtn{
margin: 5px;
padding: 5px;
background-color: aqua;
border-radius: 6px;
cursor: pointer;
position: fixed;
bottom: 50px;
left: 100px;
}