diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-01-08 14:25:31 +0000 |
| commit | 8447267bbe6579255905e313c512ea449309e393 (patch) | |
| tree | c5bebcad1c9a27844a72ccb0912b92a3b39950a9 /poem/rainy.css | |
| parent | 3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff) | |
add files
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 |
