Skip to content

Commit 94ad2ae

Browse files
Update styles.css
1 parent 3c36a96 commit 94ad2ae

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

css/styles.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
yay
1+
body {
2+
background-image: url('https://cdn.midjourney.com/bebe6f38-cbd3-45c8-bc20-3484326e5c06/0_0.png');
3+
background-repeat: no-repeat;
4+
background-attachment: fixed;
5+
background-size: cover;
6+
}
7+
a:link {
8+
color: PaleTurquoise;
9+
background-color: transparent;
10+
text-decoration: none;
11+
}
12+
a:visited {
13+
color: PaleTurquoise;
14+
background-color: transparent;
15+
text-decoration: none;
16+
}
17+
a:hover {
18+
color: PaleTurquoise;
19+
background-color: transparent;
20+
text-decoration: underline;
21+
}
22+
a:active {
23+
color: MediumOrchid;
24+
background-color: transparent;
25+
text-decoration: underline;
26+
}

0 commit comments

Comments
 (0)