Skip to content

Commit 166974f

Browse files
authored
Update css.md
Indentation: `p{` => `p {`
1 parent cf6fee9 commit 166974f

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
@@ -404,7 +404,7 @@ There are lots of styles that can apply to borders, w3schools lists them briefly
404404
#### Centering
405405
To center a box, set the margins to auto.
406406
```css
407-
p{
407+
p {
408408
margin: 5px auto 5px auto;
409409
}
410410
```

0 commit comments

Comments
 (0)