-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (60 loc) · 982 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
61
62
63
64
65
66
67
68
69
70
71
.grid{
height: 800px;
width: 800px;
margin:auto;
margin-top: 20%;
background-color: grey;
display: flex;
flex-wrap: wrap;
}
.block{
height: 180px;
width: 180px;
margin: 10px;
background-color: #d9c6a5;
font-size: 40px;
text-align: center;
overflow: scroll;
}
.desktop{
display: none;
}
.block div{
height: 160px;
width: 160px;
margin: 10px;
background-color: #be5683;
border-radius: 20px;
font-size: 100px;
text-align: center;
font-weight : bold;
color: white;
}
h1{
text-align: center;
font-weight: bolder;
font-size: 100px;
background-color: white;
}
h2{
color: #be5683;
text-align: center;
font-weight: bolder;
font-size: 100px;
background-color: white;
}
.btn{
margin :auto;
text-align: center;
}
button{
/* margin-right: 50%; */
font-size: 60px;
font-weight: bolder;
text-align: center;
border-radius: 20px;
}
body{
background-image: url('unnamed.jpg');
overflow-y: hidden ;
}