mirror of https://github.com/sveltejs/svelte
parent
8fa676bfb0
commit
f2e1b0ea99
@ -0,0 +1,10 @@
|
|||||||
|
<script>
|
||||||
|
import { comicSans, link } from './styles.js';
|
||||||
|
import Hero from './Hero.html';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<Hero/>
|
||||||
|
|
||||||
|
<div class={comicSans}>
|
||||||
|
<p>Did you enjoy your lunch, mom? You drank it fast enough. I know, I just call her Annabelle cause she's shaped like a…she's the belle of the ball! YOU'RE the Chiclet! Not me. Caw ca caw, caw ca caw, caw ca caw! A Colombian cartel that WON'T kidnap and kill you. You go buy a tape recorder and record yourself for a whole day. <a class={link} href="https://bluthipsum.com/">I think you'll be surprised at some of your phrasing.</a></p>
|
||||||
|
</div>
|
@ -0,0 +1,15 @@
|
|||||||
|
<script>
|
||||||
|
import { title, comicSans, box } from './styles.js';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="{title} {comicSans}">
|
||||||
|
<h1>
|
||||||
|
<div class={box}>
|
||||||
|
<div class={box}>
|
||||||
|
<div class={box}>CSS</div>
|
||||||
|
in JS
|
||||||
|
</div>
|
||||||
|
in HTML
|
||||||
|
</div>
|
||||||
|
</h1>
|
||||||
|
</div>
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"title": "-"
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
{}
|
Loading…
Reference in new issue