diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-07 09:45:26 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-07 09:45:26 +0100 |
commit | 00b59b4023b3847aa4959c6120b0fa2929fe328c (patch) | |
tree | 88b02b5370e85374751ae5a473e61838aa7cf273 /styles-draft.css |
initial draft
Diffstat (limited to 'styles-draft.css')
-rw-r--r-- | styles-draft.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/styles-draft.css b/styles-draft.css new file mode 100644 index 0000000..f79d452 --- /dev/null +++ b/styles-draft.css @@ -0,0 +1,18 @@ +/* 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); +} |