diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-03-06 17:06:52 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-03-06 17:06:52 +0100 |
| commit | 16ad6baa233b7ac7afad66dcee58321a456e81b2 (patch) | |
| tree | 2c573d3acdb817ac51dc21bd0f176ea432e4dadb /style.css | |
init: intialization
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..07a5684 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +body { + background: url(img/wordart.png) no-repeat fixed; + background-size: cover; + backdrop-filter: blur(10px); +} + +a { + text-decoration: none; +} |
