summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
committermattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
commit5cca3cbe1a8aac39f91e2da9689c34d87b86edda (patch)
tree3d000440e4cc6813c8f46356f9e441d27775faf5 /examples
parent340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff)
Using a light theme with some other minor improvements to web specifically
Diffstat (limited to 'examples')
-rw-r--r--examples/test.css7
-rw-r--r--examples/test.html9
-rw-r--r--examples/test.js1
3 files changed, 14 insertions, 3 deletions
diff --git a/examples/test.css b/examples/test.css
index ab7e74b..a5dcb82 100644
--- a/examples/test.css
+++ b/examples/test.css
@@ -1,9 +1,10 @@
.f123 {
- font-family: "Helvetica";
+ font-family: "Helvetica";
+ font-size: 12rem;
}
.f123 {
- display: flex;
- flex-basis: row;
+ display: flex;
+ flex-basis: row;
}
diff --git a/examples/test.html b/examples/test.html
new file mode 100644
index 0000000..1e4685e
--- /dev/null
+++ b/examples/test.html
@@ -0,0 +1,9 @@
+<div>
+ <h1>Hello world</h1>
+ <p>
+ Meow
+ </p>
+ <h2>
+ Meow Mix
+ </h2>
+</div>
diff --git a/examples/test.js b/examples/test.js
index 3253fd3..e011d4e 100644
--- a/examples/test.js
+++ b/examples/test.js
@@ -32,3 +32,4 @@ c.setValue(11);
for (let index = 0; index < 30; index++) {
console.log("Here");
}
+