Skip to content

Commit c72a455

Browse files
Minor syntax edit ✏️
1 parent 8d939c7 commit c72a455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ Instead of putting on the border...
2424
.nav li {
2525
border-right: 1px solid #666;
2626
}
27+
```
2728

2829
...and then taking it off the last element...
2930

31+
```css
3032
/* remove border */
3133
.nav li:last-child {
3234
border-right: none;

0 commit comments

Comments
 (0)