-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
32 lines (23 loc) · 798 Bytes
/
main.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
a {
width: 20px;
height: 20px;
background: blue;
display: inline; }
.radiohead.bandmember.thom {
background: url("images/radiohead/thom.jpg"); }
.radiohead.bandmember.honny {
background: url("images/radiohead/honny.jpg"); }
.radiohead.bandmember.colin {
background: url("images/radiohead/colin.jpg"); }
.radiohead.bandmember.phil {
background: url("images/radiohead/phil.jpg"); }
.radiohead.band2member.thom {
background: url("images/radiohead/thom.jpg"); }
.radiohead.band2member.honny {
background: url("images/radiohead/honny.jpg"); }
.radiohead.band2member.colin {
background: url("images/radiohead/colin.jpg"); }
.radiohead.band2member.phil {
background: url("images/radiohead/phil.jpg"); }
.nin.bandmember.trent {
background: url("images/nin/trent.jpg"); }