Skip to content

Commit ff88b0e

Browse files
committed
Update README.md
1 parent 0fed000 commit ff88b0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
```css
1616
/* short property */
17-
.banner {
17+
.box {
1818
position: fixed 0 0 *;
1919
}
2020
/* utils */
21-
.box {
21+
.ellipsis2 {
2222
@utils-ellipsis 3;
2323
}
2424
/* shape */
@@ -30,19 +30,19 @@
3030
**output:**
3131

3232
```css
33+
.box {
34+
position: fixed;
35+
top: 0;
36+
right: 0;
37+
left: 0;
38+
}
3339
.ellipsis2 {
3440
overflow: hidden;
3541
text-overflow: ellipsis;
3642
display: -webkit-box;
3743
-webkit-box-orient: vertical;
3844
-webkit-line-clamp: 3;
3945
}
40-
.banner {
41-
position: fixed;
42-
top: 0;
43-
right: 0;
44-
left: 0;
45-
}
4646
.circle-a {
4747
width: 50px;
4848
height: 50px;

0 commit comments

Comments
 (0)