-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (59 loc) · 938 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
51
52
53
54
55
56
57
58
59
60
*{
padding: 0px;
margin: 0px;
}
.box1{
display: flex;
justify-content: center;
align-items: center;
height: 50vh;
background-color: royalblue;
}
.box2{
font-size: 100px;
background-color: yellow;
height: 343px ;
}
#b7,#b8,#b9{
font-size: 100px;
height: 100px;
width: 100px;
background-color: royalblue;
border-color: royalblue;
color: black;
}
#b1,#b2,#b3,#b4,#b5,#b6{
font-size: 100px;
height: 100px;
width: 100px;
background-color:royalblue;
border-color: royalblue;
color: black;
}
h1{
text-align: center;
padding-top: 30px;
}
#start{
margin-left: 720px;
height: 30px;
width: 50px;
}
#h2{
text-align: center;
}
.start1{
height: 50px;
width: 50px;
font-size: 40px;
margin-left: 650px;
}
.start2{
margin-left: 85px;
height: 50px;
width: 50px;
font-size: 40px;
}
.h3{
text-align: center;
}