diff options
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; +} |
