diff src/main.css @ 0:d09d690419e0

start
author drewp@bigasterisk.com
date Sat, 18 Mar 2023 19:34:12 -0700
parents
children 33178e5e356e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main.css	Sat Mar 18 19:34:12 2023 -0700
@@ -0,0 +1,21 @@
+@import url("https://fonts.googleapis.com/css2?family=Acme&family=Oswald&display=swap");
+html,
+body {
+  width: 800px;
+  height: 480px;
+}
+html {
+  background: gray;
+}
+body {
+  background: black;
+  color: #f8f8f2;
+  margin: 0;
+  font-size: 25px;
+  font-family: "Oswald", sans-serif;
+  display: flex;
+  flex-direction: column;
+}
+body > * {
+  /*outline: 1px orange solid;*/
+}