diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:50:22 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 20:50:22 +0800 |
commit | 8709a3ca5e339015e5f17acef5b44466d8b7b412 (patch) | |
tree | df6742936c7db5b40c2732fc241a97e19a9b9621 /lovely | |
parent | 7da2b1022d1d41b9acd841f80e07135efd472478 (diff) | |
download | www-8709a3ca5e339015e5f17acef5b44466d8b7b412.tar.gz |
alhfkds
Diffstat (limited to 'lovely')
-rw-r--r-- | lovely/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lovely/style.css b/lovely/style.css index 1ddd373..8fead0c 100644 --- a/lovely/style.css +++ b/lovely/style.css @@ -318,16 +318,16 @@ body { animation: rainbow 1s infinite; } p:before { - content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } h1:before { - content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } li:before { - content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } div:before { - content: "HACKER! Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; + content: "<a href=\"https://www.andrewyu.org\">HACKER!</a> Hullo the CSS! This is not the FBI, but look at the beautiful CSS! :) :) :) "; } p:hover { |