-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
66 lines (66 loc) · 1.34 KB
/
default.css
File metadata and controls
66 lines (66 loc) · 1.34 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
body{
margin: 8%;
background-color: black;
font-family: 'Encode Sans Expanded', sans-serif;
background-image: url(images/background.jpg);
background-size: cover;
background-attachment: fixed;
color: white;
text-align: center;
}
.topHeader{
width: 100%;
height: 200px;
text-align: center;
font-size: 170px;
padding-bottom: 30px;
margin-bottom: 100px;
background-color: black;
font-family: 'Lobster', cursive;
border-radius: 500px 50px 500px 50px;
border: 5px solid white;
}
.cards{
float: left;
margin: 0.5%;
border-radius: 50px;
border: 5px solid #00fff2;
}
.headProp{
border-radius: 10px;
background-color:gray;
width: 70%;
height: 40px;
border: 1px solid white;
margin-top: 25vh;
}
.card1{
height: 40%;
width: 65%;
background-image: url(images/piano.jpg);
background-size: cover;
}
.card2{
height: 40%;
width: 30%;
background-image: url(images/guitar.jpg);
background-size: cover;
}
.card3{
height: 40%;
width: 20%;
background-image: url(images/violin.jpg);
background-size: cover;
}
.card4{
height: 40%;
width: 21%;
background-image: url(images/sax.jpg);
background-size: cover;
}
.card5{
height: 40%;
width: 53%;
background-image: url(images/tubes.jpg);
background-size: cover;
}