mirror of https://github.com/sveltejs/svelte
parent
c2b05886ed
commit
bc9b72ceac
@ -1,9 +1,9 @@
|
|||||||
|
<p>Styled!</p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
||||||
color: purple;
|
color: purple;
|
||||||
font-family: 'Comic Sans MS', cursive;
|
font-family: 'Comic Sans MS', cursive;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<p>Styled!</p>
|
|
||||||
@ -1,5 +1,7 @@
|
|||||||
<style>
|
<strong>Blue thing</strong>
|
||||||
strong { color: blue; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<strong>blue thing</strong>
|
<style>
|
||||||
|
strong {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@ -1,5 +1,7 @@
|
|||||||
<style>
|
<strong>Green thing</strong>
|
||||||
strong { color: green; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<strong>green thing</strong>
|
<style>
|
||||||
|
strong {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@ -1,5 +1,7 @@
|
|||||||
<style>
|
<strong>Red thing</strong>
|
||||||
strong { color: red; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<strong>red thing</strong>
|
<style>
|
||||||
|
strong {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
Reference in new issue