diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /poem/rainy.css | |
maintainence
Diffstat (limited to 'poem/rainy.css')
| -rw-r--r-- | poem/rainy.css | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/poem/rainy.css b/poem/rainy.css new file mode 100644 index 0000000..3153f24 --- /dev/null +++ b/poem/rainy.css @@ -0,0 +1,52 @@ +body { + background-color: white; + color: black; + margin: 20px; + font-family: DejaVu; + user-select: none; +} + +div { + font-size: 70px; + cursor: pointer; + text-align: left; +} + +a { + text-decoration: none; + color: black; +} + +#nav { + padding: 5px; + margin-bottom: 2%; + font-size: 20px; + text-align: center; + position: fixed; + bottom: 0; + left: 0; + right: 0 +} + +.poem { + margin-top: 22%; + margin-left: 25px; + font-size: 60px; +} + +@font-face { + font-family: DejaVu; + src: url('font/DejaVuSerif.ttf'); +} + +@font-face { + font-family: DejaVu; + src: url('font/DejaVuSerif-Bold.ttf'); + font-weight: bold; +} + +@font-face { + font-family: DejaVu; + src: url('font/DejaVuSerif-Italic.ttf'); + font-style: italic; +}
\ No newline at end of file |
