This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
73a21b855a
svelte
/
site
/
content
/
examples
/
00-introduction
/
02-styling
/
App.svelte
9 lines
107 B
Raw
Blame
History
<
style
>
p
{
color
:
purple
;
font-family
:
'Comic Sans MS'
;
font-size
:
2
em
;
}
<
/
style
>
<
p
>
Styled!
<
/
p
>
Reference in new issue
View Git Blame
Copy Permalink