Skip to content

Commit f1cbe23

Browse files
author
宋慧武
committed
🐛fix iframe failed to load
1 parent 2315371 commit f1cbe23

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

interesting-usage.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ Shapes implemented with CSS gradients
2424

2525
Generate basic CSS Grid code to make dynamic layouts!
2626

27-
[CSS Grid Generator](https://cssgrid-generator.netlify.com/ ':include :type=iframe width=100% height=429px')
27+
<!-- [CSS Grid Generator](https://cssgrid-generator.netlify.com/ ':include :type=iframe width=100% height=429px') -->
28+
<iframe src="https://cssgrid-generator.netlify.com/" width="100%" height="429px"></iframe>
2829

2930
?> **GitHub:** [sdras/cssgridgenerator](https://github.com/sdras/cssgridgenerator)
3031

3132
### Epic Spinners
3233

3334
CSS animation loading
3435

35-
[Epic Spinners](https://epic-spinners.epicmax.co/#/ ':include :type=iframe width=100% height=429px')
36+
<!-- [Epic Spinners](https://epic-spinners.epicmax.co/#/ ':include :type=iframe width=100% height=429px') -->
37+
<iframe src="https://epic-spinners.epicmax.co" width="100%" height="429px"></iframe>
3638

3739
?> **GitHub:** [epicmaxco/epic-spinners](https://github.com/epicmaxco/epic-spinners)
3840

zh-cn/common-snippets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ element {
6161
}
6262
```
6363

64-
# 常用的 SCSS 片段
64+
# SCSS 片段
6565

6666
```scss
6767
@mixin block($b) {

zh-cn/interesting-usage.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ NES红白机风格的 CSS 框架,主要的实现原理是通过将字体 [Pres
2424

2525
动态生成 CSS Grid 代码!
2626

27-
[CSS Grid Generator](https://cssgrid-generator.netlify.com/ ':include :type=iframe width=100% height=429px')
27+
<!-- [CSS Grid Generator](https://cssgrid-generator.netlify.com/ ':include :type=iframe width=100% height=429px') -->
28+
<iframe src="https://cssgrid-generator.netlify.com/" width="100%" height="429px"></iframe>
2829

2930
?> **GitHub:** [sdras/cssgridgenerator](https://github.com/sdras/cssgridgenerator)
3031

3132
### Epic Spinners
3233

3334
CSS 加载动画
3435

35-
[Epic Spinners](https://epic-spinners.epicmax.co/#/ ':include :type=iframe width=100% height=429px')
36+
<!-- [Epic Spinners](https://epic-spinners.epicmax.co/#/ ':include :type=iframe width=100% height=429px') -->
37+
<iframe src="https://epic-spinners.epicmax.co" width="100%" height="429px"></iframe>
3638

3739
?> **GitHub:** [epicmaxco/epic-spinners](https://github.com/epicmaxco/epic-spinners)
3840

0 commit comments

Comments
 (0)