From 435aeb674198769b61b0ee8d82f85a108bacf49e Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 14:44:55 +0300 Subject: maintainence --- poem/rainy.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 poem/rainy.css (limited to 'poem/rainy.css') 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 -- cgit v1.3