-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
106 lines (92 loc) · 1.23 KB
/
mystyle.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.Body
{
background-color: white;
}
.List-Container
{
}
.List-Header
{
width: 100%;
height: 10%;
font-size: 5em;
text-align: center;
color: black;
font-family: monospace;
}
.List-Sub-Header
{
width: 100%;
font-size: 2em;
text-align: center;
color: black;
font-family: monospace;
}
.Album-Container,
.Concert-Container
{
padding: 0 25vw;
}
.Album
{
width: 50vw;
height: 50vw;
}
.Info-Container
{
display: inline-flex;
width: 100%;
}
.Rank
{
color: black;
font-family: monospace;
width: 100%;
text-align: center;
font-size: 2em;
padding-top: 1%;
}
.Text-Container
{
margin-top: 5%;
}
.Album-Name,
.Month
{
color: black;
font-family: monospace;
width: 100%;
text-align: center;
font-size: 2em;
}
.Month
{
padding-bottom: 5%;
font-size: 3em
}
.Artist
{
color: black;
font-family: monospace;
width: 100%;
text-align: center;
font-size: 2em;
}
.Line-Break
{
width: 100%;
height: 1px;
background-color: black;
width: 70%;
left: 15%;
position: relative;
margin: 4% 0 5% 0;
}
.mylink:hover {
color: white;
text-decoration: none;
}
.mylink{
color: #0d3462;
text-decoration: none;
}