-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
62 lines (55 loc) · 804 Bytes
/
styles.css
File metadata and controls
62 lines (55 loc) · 804 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
55
56
57
58
59
60
61
62
body{
background-color: #C0A0FF;
}
ul{
list-style-type: none;
margin: 0;
padding:0;
}
h1{
text-align: center;
color:#374094;
font-weight: bold;
font-size: 6rem;
font-family: 'Staatliches', cursive;
}
img{
width:4rem;
height:4rem;
background-color: white;
}
li{
position: relative;
margin-top:1rem;
}
label{
font-family: cursive;
color:#522F8F;
}
.keystroke{
display:inline-block;
position:absolute;
margin:0;
padding:0;
bottom:5rem;
right:1.55rem;
color:red;
width:1.5rem;
height:1.5rem;
color:#522F8F
}
.container{
text-align: center;
}
.instrument{
display: inline-block;
text-align: center;
margin:2rem;
}
.instrument:hover{
cursor: pointer;
}
.pressed{
box-shadow: 0 3px 4px 0 #DBDEF3;
opacity: 0.5;
}