Fix HTML and CSS order

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

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

Loading…
Cancel
Save