pull/6213/head
Simon H 5 years ago committed by GitHub
parent a878278e9a
commit fba4b062e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ title: Styling
Just like in HTML, you can add a `<style>` tag to your component. Let's add some styles to the `<p>` element: Just like in HTML, you can add a `<style>` tag to your component. Let's add some styles to the `<p>` element:
```html ```html
<p>Hello, Svelte!</p> <p>This is a paragraph.</p>
<style> <style>
p { p {

Loading…
Cancel
Save