-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (66 loc) · 1.03 KB
/
style.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
66
67
68
body{
font-family: arial;
color: grey;
background-color: #040404;
margin: unset;
padding-bottom: 2%;
}
.banner{
/* background-image: url(images/banner1.svg); */
background-size: cover;
background-position: center;
height: 18em;
}
.left-img{
margin-left: 3em;
margin-top: 3em;
width: 12em;
display: inline-block;
margin-right: 1em;
}
.left-banner{
margin-top: 1em;
float: left;
margin-left: 3em;
}
.heading{
display: inline-block;
}
.main-section{
margin: auto;
width: 80%;
}
table{
text-align: left;
}
th{
padding: 2em;
padding-left: 1.2em;
font-size: large;
}
.song-number{
width: 20px;
border-bottom: 2px solid grey;
}
.song-title{
width: 550px;
border-bottom: 2px solid grey;
}
.song-artist{
width: 250px;
border-bottom: 2px solid grey;
}
.song-duration{
width: 100px;
border-bottom: 2px solid grey;
}
td{
padding: 1.2em;
}
tr:hover{
color: white;
}
.controls img{
margin-top: 1em;
width: 3.5em;
}