-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
42 lines (37 loc) · 894 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
body {
background-color: #afafae;
margin-left: 33%;
padding-top: 10%;
}
#musicbutton {
background-image: url("res/polaroids/musicButton.png");
background-size: 332px 515px;
height: 515px;
width: 332px;
border: none;
display: inline-block;
padding: 0;
vertical-align: baseline;
}
#musicbutton:hover {
background-image: url("res/polaroids/musicButtonHover.png");
}
#musicbutton:enabled{
background-image: url("res/polaroids/musicButtonHover.png");
}
#softwarebutton {
background-image: url("res/polaroids/softwareButton.png");
background-size: 332px 515px;
height: 515px;
width: 332px;
border: none;
display: inline-block;
padding: 0;
vertical-align: baseline;
}
#softwarebutton:hover {
background-image: url("res/polaroids/softwareButtonHover.png");
}
#softwarebutton:enabled {
background-image: url("res/polaroids/softwareButtonHover.png");
}