aboutsummaryrefslogtreecommitdiff
path: root/examples/macros/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/macros/styles.css')
-rw-r--r--examples/macros/styles.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/macros/styles.css b/examples/macros/styles.css
new file mode 100644
index 000000000..87f0ef1a8
--- /dev/null
+++ b/examples/macros/styles.css
@@ -0,0 +1,26 @@
+html {
+ font-size: 4rem;
+ margin: 0;
+ padding: 0;
+ background-color: black;
+
+ color: rgb(0, 255, 0);
+ font-family: "Courier";
+}
+
+body {
+ margin: 48px auto;
+ text-align: center;
+}
+
+.Line {
+ font-size: 0.5rem;
+ font-family: monospace;
+}
+
+.Lines {
+ text-align: left;
+ margin: 0 auto;
+ max-width: fit-content;
+ line-height: 1.5;
+}