diff options
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; +} |
