We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c36a96 commit 94ad2aeCopy full SHA for 94ad2ae
1 file changed
css/styles.css
@@ -1 +1,26 @@
1
-yay
+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
14
15
16
17
+a:hover {
18
19
20
+ text-decoration: underline;
21
22
+a:active {
23
+ color: MediumOrchid;
24
25
26
0 commit comments