forked from mrunankpawar/hacktion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
103 lines (85 loc) · 1.77 KB
/
styles.css
File metadata and controls
103 lines (85 loc) · 1.77 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
body {
text-align: center;
background-color: #283149;
background: #0f0c29; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
::selection {
color: #03045e;
background: #caf0f8;
}
h1 {
font-size: 5rem;
color: #caf0f8;
font-family: "Arvo", cursive;
text-shadow: 3px 0 #0077b6;
}
h2 {
font-size: 2.3rem;
color: #caf0f8;
font-family: "Arvo", cursive;
}
footer {
color: #DBEDF3;
font-family: sans-serif;
}
.w {
background-image: url('images/joker.jpg');
background-size: 200px 180px;
}
.a {
background-image: url('images/petta.jpg');
background-size: 200px 180px;
}
.s {
background-image: url('images/saaho.jpg');
background-size: 180px 200px;
}
.d {
background-image: url('images/heat\ waves.jpg');
background-size: 200px 200px;
}
.j {
background-image: url('images/tokyo\ drift.jpg');
background-size: 200px 180px;
}
.k {
background-image: url('images/end\ game.jpg');
background-size: 200px 180px;
}
.l {
background-image: url('images/blinding\ lights.jpg');
background-size: 200px 180px;
}
.set {
margin: 10% auto;
}
/* .game-over {
background-color: red;
opacity: 0.8;
} */
.pressed {
box-shadow: 0 3px 4px 0 #caf0f8;
opacity: 0.5;
}
/* .red {
color: red;
} */
.drum {
outline: none;
border: 10px solid #0077b6;
font-size: 5rem;
font-family: 'Arvo', cursive;
line-height: 6;
font-weight: 900;
color: #ffffff;
text-shadow: 3px 0 #000000;
border-radius: 15px;
display: inline-block;
width: 200px;
height: 200px;
text-align: center;
margin: 5px;
background-color: white;
}