Skip to content

Commit a8e9886

Browse files
authored
Update css.md
Fix: `body: {` => `body {`
1 parent a82a300 commit a8e9886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Inside your html document, you can apply CSS internally
8080

8181
```html
8282
<style>
83-
body: {
83+
body {
8484
background-color: red;
8585
}
8686
</style>

0 commit comments

Comments
 (0)