Move style to end of code - Part 1

pull/6376/head
Debargha Roy 5 years ago committed by GitHub
parent 3cbb14b377
commit c45e4296aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,15 @@
const handleMouseleave = () => hereKitty = false;
</script>
<svelte:body/>
<!-- creative commons BY-NC http://www.pngall.com/kitten-png/download/7247 -->
<img
class:curious={hereKitty}
alt="Kitten wants to know what's going on"
src="tutorial/kitten.png"
>
<style>
img {
position: absolute;
@ -23,12 +32,3 @@
overflow: hidden;
}
</style>
<svelte:body/>
<!-- creative commons BY-NC http://www.pngall.com/kitten-png/download/7247 -->
<img
class:curious={hereKitty}
alt="Kitten wants to know what's going on"
src="tutorial/kitten.png"
>
Loading…
Cancel
Save