aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/temp.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/_sass/temp.scss b/_sass/temp.scss
new file mode 100644
index 0000000..b215686
--- /dev/null
+++ b/_sass/temp.scss
@@ -0,0 +1,21 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+html {
+ font-family: sans-serif;
+ background: black;
+}
+body {
+ color: white;
+ margin-left: auto;
+ margin-right: auto;
+ width: auto;
+ max-width: 800px;
+}
+h1 {
+ border-bottom: 1px solid white;
+}
+p {
+ margin: 30px 0;
+}