Skip to content

Commit 27b5155

Browse files
authored
fix html not show issue
1 parent 08f9da4 commit 27b5155

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Usage
1414

1515
1. download and include [loading.css](https://raw.githubusercontent.com/loadingio/loading.css/c0b955eba7a7d17819d110ec661e199a2482bdea/preview.gif):
1616

17-
17+
```
1818
<link rel="stylesheet" type="text/css" href="loading.css"/>
19-
19+
```
2020

2121
2. check [loading.css animation gallery](https://loading.io/animation/) for the name of animations you want to use. for example, `ld-spin`.
2222

2323
3. use the name as css class on the element you want to animate:
2424

25-
25+
```
2626
<div class="ld ld-spin"></div>
27-
27+
```
2828

2929
4. for more information, check out [loading.css animation documentation](https://loading.io/animation/).
3030

0 commit comments

Comments
 (0)