-
Notifications
You must be signed in to change notification settings - Fork 0
/
playedWithMiles.css
85 lines (69 loc) · 996 Bytes
/
playedWithMiles.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
* {
font-family: Arial, Helvetica, sans-serif;
}
header {
background: lightgray;
color: black;
}
nav .navbar {
padding-top: 20px;
}
.nav-item {
margin-left: 40px;
margin-bottom: 10px;
}
.nav-link {
font-size: 12px;
padding: 0 0 5px 0;
}
.introduction {
margin: 20px 0 30px;
}
.introduction img {
height: 100%;
object-fit: scale-down;
padding: 8px;
}
select {
width: 250px;
}
body {
background: white;
color: black;
padding: 20px;
}
.selectmusician {
margin: 20px 0 30px;
}
.musician {
padding: 20px;
}
.musician img {
max-height: 200px;
margin-top: 20px;
margin-bottom: 20px;
}
table {
padding: 20px;
background: white;
font-family: Arial, Helvetica, sans-serif;
color: black;
margin-top: 20px;
padding: 20px;
}
table img {
max-height: 120px;
margin-bottom: 20px;
}
.aboutme {
background: darkgray;
color: white;
}
.aboutme img {
height: 100%;
object-fit: scale-down;
padding: 8px;
}
footer {
padding: 20px;
}