From 82bb7a07c60db77baef661f1d859c38e7861b004 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Sun, 24 May 2026 15:56:35 +0200 Subject: Initial commit --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..2bf3b77 --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +@font-face { + font-family: 'LinLibertine'; + src: url('fonts/LinLibertine.ttf') format('truetype'); +} + +body { + display: flex; + justify-content: center; + background-color: lightgray; + font-family: 'LinLibertine', serif; + font-size: 1.2rem; + margin: 0; +} + +#container { + max-width: 800px; + background-color: white; + padding: 10px; +} -- cgit v1.3.1