-
Notifications
You must be signed in to change notification settings - Fork 0
/
si.css
67 lines (63 loc) · 1.11 KB
/
si.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
#b{
height:max-content;
/* background: url('bck\ \(1\).jpg'); */
background-color: blueviolet;
}
#m{
display:none;
}
#ldb{
border-radius: 10px;
box-shadow: 5px 5px;
}
#go{
border-radius: 10px;
}
#first{
font-size: x-large;
text-align: center;
position: absolute;
/* margin:6px solid blue; */
width:fit-content;
height: 200px;
border:6px solid blue;
margin-left: 40%;
margin-top: 10%;
}
#main{
/* filter: blur(20px); */
display: none;
}
#gameover{
background-color: aqua;
margin-left: 20px;
}
.gobu{
/* text-align: center; */
background-color: aqua;
margin-left: 2px;
margin-top: 30px;
}
/* .ldrbu{
text-align: center;
align-content: center;
} */
.ldrb{
text-align: start;
text-transform: capitalize;
margin-top: 12px;
margin-left: 27px;
width: fit-content;
height: max-content;
border: 5px solid rgb(85, 0, 255);
}
.ldrbu{
text-align: center;
text-transform: capitalize;
margin-top: -512px;
margin-left: 655px;
width: 100px;
height: 100px;
border: 5px solid rgb(85, 0, 255);
position: absolute;
}