aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/main.css')
-rw-r--r--assets/stylesheets/main.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/stylesheets/main.css b/assets/stylesheets/main.css
new file mode 100644
index 0000000..aa3a07f
--- /dev/null
+++ b/assets/stylesheets/main.css
@@ -0,0 +1,33 @@
+@font-face {
+ font-family: 'Libre Baskerville';
+ src: url(../fonts/libre-baskerville/LibreBaskerville-Regular.otf);
+}
+
+body {
+ font-family: 'Libre Baskerville', sans-serif;
+}
+
+img.fill {
+ width: 100%
+}
+
+footer {
+ background-color: #eeeeee;
+}
+
+ul.plain {
+ list-style: none;
+ padding-left: 0px;
+ list-style-type: none;
+ width: 100%;
+ display:flex;
+ justify-content:space-between;
+}
+
+ul.plain > li {
+ display: inline-block;
+}
+
+.spaced-top {
+ margin-top: 50px;
+} \ No newline at end of file