-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
54 lines (45 loc) · 717 Bytes
/
Copy pathstylesheet.css
File metadata and controls
54 lines (45 loc) · 717 Bytes
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
body {
background-color: cadetblue;
}
.white-keys kbd{
background-color: white;
padding: 100px 15px 5px 15px;
height: 50px;
width: 40px;
border: 4px solid darkslategray;
margin-left: -8px;
}
.black-keys kbd{
color: #ffffff;
background-color: black;
padding: 50px 8px 25px 8px;
height: 22px;
width: 20px;
font-size: small;
position: relative;
bottom: 159px;
}
#keyW{
left: 50px;
}
#keyE{
left: 85px;
}
#keyT{
left: 190px;
}
#keyY{
left: 225px;
}
#keyU{
left: 255px;
}
kbd{
font-family: 'Quicksand', sans-serif;
display: inline-block;
text-align: center;
}
.container {
width: fit-content;
margin: 35vh auto;
}