-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·116 lines (97 loc) · 1.79 KB
/
style.css
File metadata and controls
executable file
·116 lines (97 loc) · 1.79 KB
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
108
109
110
111
112
113
114
115
116
@import "compass/css3";
@import "compass/css3/transform";
@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC&display=swap');
body {
padding: 0;
text-align: center;
overflow: hidden;
background-image: linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),url(./images/page-background.jpg);
background-size: cover no-repeat;
}
/* .game-intro {
float: left;
padding: 0% 10%;
}
.game-intro p {
font-size: 18px;
font-family: "Verdana"
}
.logo-img {
width: 350px;
}
.arrows-img {
width: 150px;
} */
body button {
font-size: 30px;
background-color: #870007;
color: #fff;
padding: 20px 40px;
border: 0;
box-shadow: 0;
border-radius: 5px;
margin-bottom: 20px;
}
#game-board {
/* float: center; */
/* padding: 20px 0px; */
border: 3px solid black;
background-image: url(./images/minecraft\ house.jpg);
background-size: cover;
/* justify-content: center;
align-self: center;
background-repeat: no-repeat;*/
display:none;
}
#end{
display:none;
width: 1000px;
height:700px;
text-align: center;
font-size: 40px;
font-family: Arial, Helvetica, sans-serif;
align-content: center;
list-style-type:none;
/* background-color: blue; */
align-self: center;
justify-content: center;
background-size: cover;
background-image: url(./images/background.jpg);
}
#play-again{
display: none;
margin: 40px;
}
.centerBlock {
text-align:center;
display: table;
margin: auto;
}
.ourRow {
display: flex;
justify-content: space-around;
align-items: center;
}
ul{
display: flex;
flex-direction: column;
color : white;
}
h1{
font-family: 'Bowlby One SC', cursive;
color: #FFEEF2
}
p{
color:white;
}
ul.a {list-style-type: none;}
h3{
color:white;
}
#splashScreen{
align-content: center;
justify-content: center;
}