Fix HTML and CSS order

- Format CSS
pull/6213/head
BabakFP 5 years ago committed by GitHub
parent 44227e2c3b
commit d632226e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,10 +7,13 @@
}
</script>
<style>
div { width: 100%; height: 100%; }
</style>
<div on:mousemove={handleMousemove}>
The mouse position is {m.x} x {m.y}
</div>
</div>
<style>
div {
width: 100%;
height: 100%;
}
</style>

Loading…
Cancel
Save