|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
.container {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 10rem auto;
|
|
|
|
|
padding: 0 var(--side-nav);
|
|
|
|
|
max-width: 120rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -107,15 +108,22 @@
|
|
|
|
|
top: 0.6em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.example {
|
|
|
|
|
.examples {
|
|
|
|
|
background: var(--second);
|
|
|
|
|
color: white;
|
|
|
|
|
/* padding: 2em 0; */
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.example {
|
|
|
|
|
/* background: var(--second);
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 0.8rem;
|
|
|
|
|
border-radius: var(--border-r);
|
|
|
|
|
border-radius: var(--border-r); */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.example > div:first-child {
|
|
|
|
|
padding: 0.8rem;
|
|
|
|
|
/* padding: 0.8rem; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
@ -226,6 +234,7 @@ npm run dev & open http://localhost:5000
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<div class="examples">
|
|
|
|
|
<section class="container example linkify">
|
|
|
|
|
<div>
|
|
|
|
|
<p>Svelte components are written in HTML files. Just add data.</p>
|
|
|
|
@ -273,6 +282,7 @@ npm run dev & open http://localhost:5000
|
|
|
|
|
scrolling="no"
|
|
|
|
|
></iframe>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<section class="container linkify">
|
|
|
|
|
<h3>Who's using Svelte?</h3>
|
|
|
|
|