mirror of https://github.com/sveltejs/svelte
Paying homage to Eric A. Meyers daughter: https://meyerweb.com/eric/thoughts/2014/06/19/rebeccapurple/pull/3904/head
parent
c29e2085a1
commit
f4bfbe46a3
@ -1,9 +1,9 @@
|
|||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
||||||
color: purple;
|
color: rebeccapurple;
|
||||||
font-family: 'Comic Sans MS';
|
font-family: 'Comic Sans MS';
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<p>This is a paragraph.</p>
|
<p>This is a paragraph.</p>
|
||||||
|
Loading…
Reference in new issue