]> git.sommitrealweird.co.uk Git - cssbattle.git/commitdiff
Fix spacing on element template main
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Mon, 29 Sep 2025 20:11:08 +0000 (21:11 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Mon, 29 Sep 2025 20:11:08 +0000 (21:11 +0100)
element.js

index 5c8659f5afd538d6a5ee641099db38d8527fe644..8a0e87bc70860c2704ac8375fc8e103d5ccaa1f7 100644 (file)
@@ -1,12 +1,12 @@
 function run(code) {
  return `<p>
 function run(code) {
  return `<p>
- <style>
-   body {
-     background: white
-   }
-   p {
+<style>
+  body {
+    background: white
+  }
+  p {
     width: 100;
     height: 100;
     background: red
   }`
     width: 100;
     height: 100;
     background: red
   }`
-}
\ No newline at end of file
+}