aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..8db054f
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,21 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ font-family: "Rubik", sans-serif;
+ transition-timing-function: ease-in-out;
+}
+
+h1 {
+ font-size: 34px;
+ font-weight: normal;
+}
+
+h4 {
+ font-size: 10px;
+ font-weight: 500;
+}
+
+p {
+ font-size: 16px;
+}