Fix HTML and CSS order and format CSS.

pull/6213/head
Babak F 5 years ago
parent 7631e2eabc
commit b8810b8224

@ -2,12 +2,6 @@
let big = false; let big = false;
</script> </script>
<style>
.big {
font-size: 4em;
}
</style>
<label> <label>
<input type=checkbox bind:checked={big}> <input type=checkbox bind:checked={big}>
big big
@ -15,4 +9,10 @@
<div class:big> <div class:big>
some {big ? 'big' : 'small'} text some {big ? 'big' : 'small'} text
</div> </div>
<style>
.big {
font-size: 4em;
}
</style>
Loading…
Cancel
Save