diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:20 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:20 +0100 |
commit | a7ab7d97c292345b6912388941c513beee2d8387 (patch) | |
tree | 25951561c91d6b6960089346438e877d1be478a7 /styles-draft.css | |
parent | 81c9e8b667ba64a7e622ae9079b292e878b5c657 (diff) |
move stylesheets to subdir styles/
Diffstat (limited to 'styles-draft.css')
-rw-r--r-- | styles-draft.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/styles-draft.css b/styles-draft.css deleted file mode 100644 index f79d452..0000000 --- a/styles-draft.css +++ /dev/null @@ -1,18 +0,0 @@ -/* css styles */ -body:before{ - content: 'UDKAST'; - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - z-index: -1; - color: #ff0000; - font-size: 200px; - font-weight: 500px; - display: grid; - justify-content: center; - align-content: center; - opacity: 0.2; - transform: rotate(-45deg); -} |