Skip to content

Instantly share code, notes, and snippets.

@eden-omb
Created December 20, 2021 17:28
Show Gist options
  • Save eden-omb/b6ee9b5ea80b332342b20c1aab240db2 to your computer and use it in GitHub Desktop.
Save eden-omb/b6ee9b5ea80b332342b20c1aab240db2 to your computer and use it in GitHub Desktop.
script(context='module' lang='ts').
export const prerender = true
script(lang='ts').
import Counter from '$lib/Counter.svelte'
svelte:head: title Home
section
h1
.welcome
picture
source(srcset='svelte-welcome.webp' type='image/webp')
img(src="svelte-welcome.png" alt="Welcome")
to your new #[br] SvelteKit app
h2 try editing #[strong src/routes/index.svelte]
Counter
style(lang='stylus')
section
display: flex
flex-direction: column
justify-content: center
align-items: center
flex: 1
h1
user-select: none
width: 100%
.welcome
position: relative
width: 100%
height: 0
padding: 0 0 calc(100% * 495 / 2048) 0
img
position: absolute
width: 100%
height: 100%
top: 0
display: block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment