]> git.sommitrealweird.co.uk Git - cssbattle.git/blobdiff - element.js
Rename from .txt to .js, as they're all JavaScript
[cssbattle.git] / element.js
diff --git a/element.js b/element.js
new file mode 100644 (file)
index 0000000..5c8659f
--- /dev/null
@@ -0,0 +1,12 @@
+function run(code) {
+ return `<p>
+ <style>
+   body {
+     background: white
+   }
+   p {
+    width: 100;
+    height: 100;
+    background: red
+  }`
+}
\ No newline at end of file