testing chagnes

This commit is contained in:
cupcakearmy 2020-07-23 21:19:25 +02:00
parent 14657b0718
commit 86b7df0c9e
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -1,46 +1,50 @@
<style>
h1, figure, p {
text-align: center;
margin: 0 auto;
}
h1,
figure,
p {
text-align: center;
margin: 0 auto;
}
h1 {
font-size: 2.8em;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 0.5em 0;
}
h1 {
font-size: 2.8em;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 0.5em 0;
}
figure {
margin: 0 0 1em 0;
}
figure {
margin: 0 0 1em 0;
}
img {
width: 100%;
max-width: 400px;
margin: 0 0 1em 0;
}
img {
width: 100%;
max-width: 400px;
margin: 0 0 1em 0;
}
p {
margin: 1em auto;
}
p {
margin: 1em auto;
}
@media (min-width: 480px) {
h1 {
font-size: 4em;
}
}
@media (min-width: 480px) {
h1 {
font-size: 4em;
}
}
</style>
<svelte:head>
<title>Sapper project template</title>
<title>Sapper project template</title>
</svelte:head>
<h1>Great success!</h1>
<h1>Letse go</h1>
<figure>
<img alt='Success Kid' src='successkid.jpg'>
<figcaption>Have fun with Sapper!</figcaption>
<img alt="Success Kid" src="successkid.jpg" />
<figcaption>Have fun with Sapper!</figcaption>
</figure>
<p><strong>Try editing this file (src/routes/index.svelte) to test live reloading.</strong></p>
<p>
<strong>Try editing this file (src/routes/index.svelte) to test live reloading.</strong>
</p>