diff index.css @ 1:1865a06329bc

ersdwf
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Mon, 31 Aug 2020 11:09:48 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.css	Mon Aug 31 11:09:48 2020 -0400
@@ -0,0 +1,17 @@
+body
+{
+  background-color: black
+}
+
+
+.strokeme
+{
+    color: white;
+    font-size: 250%;
+    text-align: center;
+    text-shadow:
+    -1px -1px 0 #000,
+    1px -1px 0 #000,
+    -1px 1px 0 #000,
+    1px 1px 0 #000;
+}