diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 15:56:35 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 15:56:35 +0200 |
| commit | 82bb7a07c60db77baef661f1d859c38e7861b004 (patch) | |
| tree | 9f3219d7a6e41836311c52f2cf16b58efe0faab0 /style.css | |
| download | mihna123-82bb7a07c60db77baef661f1d859c38e7861b004.tar.gz mihna123-82bb7a07c60db77baef661f1d859c38e7861b004.zip | |
Initial commit
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 19 |
1 files changed, 19 insertions, 0 deletions
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; +} |
