Skip to content

Commit 9cb70ef

Browse files
committed
subpage styling
1 parent ff98861 commit 9cb70ef

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

css/subpages.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.footer__link--home:hover~.crumple:after {
2+
-webkit-animation: a 1s .25s linear forwards;
3+
animation: a 1s .25s linear forwards
4+
}
5+
6+
.writing {
7+
max-width: 70vw;
8+
width: calc(100vw - 20em);
9+
padding-top: 5vh;
10+
padding-left: 6vw;
11+
padding-bottom: 5em;
12+
}
13+
.list {
14+
margin: 0;
15+
}
16+
.list__item {
17+
margin: 0;
18+
margin-bottom: 2em;
19+
}
20+
.list__item > p {
21+
margin: 1em 0;
22+
font-size: 1.25em;
23+
}
24+
25+
#essays .crumple:after {
26+
background-color: tomato;
27+
}
28+
29+
#essays {
30+
background-color: tomato;
31+
}
32+
33+
#poems .crumple:after {
34+
background-color: lightsalmon;
35+
}
36+
37+
#poems {
38+
background-color: lightsalmon;
39+
}

0 commit comments

Comments
 (0)