-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
65 lines (52 loc) · 1010 Bytes
/
index.css
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
* {
margin: 0;
padding: 0;
color: #987070;
font-family: "Bigshot One", serif;
}
body {
background-color: #F1E5D1;
text-align: center;
}
h1 {
text-align: center;
margin-top: 22px;
margin-bottom: 22px;
font-size: 48px;
}
.guitar {
font-size: 100px;
font-weight: 600;
width: 275px;
height: 275px;
border: 12px solid #C39898;
border-radius: 16px;
margin: 12px;
}
.q {
background-image: url("./images/acoustic.jpg");
}
.e {
background-image: url("./images/acoustic.jpg");
}
.r {
background-image: url("./images/acoustic.jpg");
}
.t {
background-image: url("./images/acoustic.jpg");
}
.w {
background-image: url("./images/acoustic.jpg");
}
.a {
background-image: url("./images/acoustic.jpg");
}
.s {
background-image: url("./images/acoustic.jpg");
}
.d {
background-image: url("./images/acoustic.jpg");
}
footer {
margin-top: 2.5%;
}