-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
105 lines (91 loc) · 1.66 KB
/
styles.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
/* Intro and images section */
p {
font-family: "Dancing Script", cursive;
}
.chill {
width: 40%;
height: 20rem;
}
.diary-intro {
display: inline-block;
width: 60%;
margin-left: 5rem;
margin-top: 1rem;
line-height: 2;
}
.facts {
line-height: 2;
}
/* Quotes Section */
.magic {
position: absolute;
right: 25rem;
width: 3.125rem;
}
.stickyhead {
font-family: "Patua One", cursive;
}
.stickyparagraph {
font-family: "Saira Condensed", sans-serif;
line-height: 2;
}
.quote-1 {
display: inline-block;
position: absolute;
right: 6.25rem;
top: 31.7rem;
}
.quote-2 {
display: inline-block;
width: 40%;
position: absolute;
right: 6.25rem;
top: 40rem;
}
.invisibility {
visibility: hidden;
}
/* Songs Section */
.clickeffects {
box-shadow: 0 10px 5px 5px #ce1212;
opacity: 0.7;
}
.elliot-smith {
width: 25rem;
height: 25rem;
color: #28b5b5;
font-size: 3.125rem;
background-image: url(images/Elliot-Smith.png);
}
.elliot-smith:hover {
box-shadow: 3px 5px 5px 5px #ce1212;
}
.fantasy {
display: inline-block;
position: relative;
top: 6.25rem;
left: 1.25rem;
text-align: center;
}
.firehouse {
width: 25rem;
height: 25rem;
background-image: url(images/Firehouse.png);
color: violet;
font-size: 3.125rem;
}
.firehouse:hover {
box-shadow: 3px 5px 5px 5px #ce1212;
}
.steelheart {
width: 25rem;
height: 25rem;
color: #fdca40;
font-size: 3.125rem;
background-image: url(images/Steelheart.png);
position: relative;
bottom: 1.7rem;
}
.steelheart:hover {
box-shadow: 3px 5px 5px 5px #ce1212;
}