]> git.sommitrealweird.co.uk Git - cssbattle.git/blobdiff - element.js
Fix spacing on element template
[cssbattle.git] / element.js
index 5c8659f5afd538d6a5ee641099db38d8527fe644..8a0e87bc70860c2704ac8375fc8e103d5ccaa1f7 100644 (file)
@@ -1,12 +1,12 @@
 function run(code) {
  return `<p>
- <style>
-   body {
-     background: white
-   }
-   p {
+<style>
+  body {
+    background: white
+  }
+  p {
     width: 100;
     height: 100;
     background: red
   }`
-}
\ No newline at end of file
+}