]> git.sommitrealweird.co.uk Git - cssbattle.git/blob - element.js
Fix spacing on element template
[cssbattle.git] / element.js
1 function run(code) {
2  return `<p>
3 <style>
4   body {
5     background: white
6   }
7   p {
8     width: 100;
9     height: 100;
10     background: red
11   }`
12 }