Skip to content

Commit f3172e3

Browse files
Fixed typo 🙈
1 parent c72a455 commit f3172e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ul > li:not(:last-child)::after {
9393
}
9494
```
9595

96-
Use use the `:not()` pseudo-class for the last list item.
96+
Use the `:not()` pseudo-class for the last list item.
9797

9898

9999
### Select Items Using Negative `nth-child`
@@ -144,6 +144,8 @@ html {
144144

145145
### Use `max-height` for Pure CSS Sliders
146146

147+
Implement CSS-only sliders using `max-height` with overflow hidden:
148+
147149
```css
148150
.slider ul {
149151
max-height: 0;
@@ -155,7 +157,7 @@ html {
155157
}
156158
```
157159

158-
Use max-height to implement CSS-only sliders with overflow hidden and you can animate to "auto" height!
160+
You can animate to "auto" height!
159161

160162

161163
### Inherit `box-sizing`

0 commit comments

Comments
 (0)