-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
88 lines (82 loc) · 1.67 KB
/
styles.css
File metadata and controls
88 lines (82 loc) · 1.67 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
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Dancing+Script&family=Iceland&family=Indie+Flower&family=Smooch&display=swap');
body {
background: darkslategray;
);
height: 100vh;
width: 100vw;
justify-content: center;
align-items: center;
display: flex;
background-repeat: none;
}
.beats{
font-family: "Amatic SC";
transform: rotate(-30deg);
margin-bottom: 100px;
color: mediumorchid;
}
.flows{
font-family: "Smooch";
transform: rotate(-30deg);
margin-bottom: 100px;
color: mediumslateblue;
}
.feelgood{
font-family: "Indie Flower";
line-height: 25px;
transform: rotate(-30deg);
margin-bottom: 100px;
color: darkseagreen;
}
.littlesad{
font-family: "Dancing Script";
transform: rotate(-30deg);
margin-bottom: 200px;
color: #c1c14b;
}
.videoAndAudio{
display: grid;
grid-template-columns: 200px 900px;
grid-template-rows: 400px 400px;
justify-content: center;
align-items: center;
}
video {
display: none;
width: 52vw;
height: 52vh;
margin-left: 100px;
}
.playing {
display: flex;
flex-wrap: wrap;
}
.keys {
display: grid;
grid-template-columns: 100px 200px 200px 200px 200px;
grid-template-rows: 75px 75px 75px 75px 75px;
justify-content: center;
align-content: center;
color: white;
font-family: "Iceland";
font-size: 1.25em;
}
.key {
background: steelblue;
margin: 10px;
justify-content: center;
align-items: center;
display: grid;
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
kbd {
display: grid;
justify-content: center;
font-family: iceland;
font-size: 1.5em;
}
.stop{
grid-column: 3 / 5;
font-size: 1em;
justify-items: center;
}