-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGame.css
72 lines (63 loc) · 1.26 KB
/
Game.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
*{
margin:0px;
padding: 0px;
/* justify-content works in direction of flex whereas align items worls in perpendicular direction; */
}
.banner{
width:100%;
background-image:linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)) ,url(image.avif);
background-size: cover;
background-position: center;
height:100vh;
}
h1{
align-items: center;
text-align :center;
color:antiquewhite;
font-family:url(https://fonts.google.com/specimen/Alkatra);
}
.head{
height:20vh;
font-size: 40px;
}
.body{
height:80vh;
}
h2{
font-size: 30px;
text-align: center;
color:rgb(241, 233, 233);
text-decoration: underline;
}
p{
align-items: center;
font-size: 20px;
color:bisque;
text-align: center;
}
#gamec,#gamep{
text-align: center;
font-size: 18px;
font-weight: 30;
font-family: Georgia, 'Times New Roman', Times, serif;
color:gray;
}
h3{
margin-left: 43%;
}
.button{
text-align: center;
}
#btn1,#btn2,#btn3{
border:2px solid black;
border-radius: 60%;
align-items: center;
width:70px;
height:70px;
}
.emoji{
font-size: 30px;
}
h4{
text-align: center;
}