Skip to content

Commit 83fc047

Browse files
committed
fix: code
1 parent c898da9 commit 83fc047

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ If you had fun while contributing to this project, then don't forget to give thi
7070
## Contributors:
7171
- [Rohit Gangwar](https://github.com/rohit8020)
7272
- [NahushSingh](https://github.com/NahushSingh)
73+
- [Abhay Gupta](https://github.com/abhaygupta08)
7374

7475
### Thanks for your contribution

index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ footer .footer{
197197
}
198198
}
199199

200-
/* Loader-3 */
201200

201+
/* ...............Loader-3...................... */
202202
.black
203203
{
204204
background: #000;
@@ -255,7 +255,7 @@ footer .footer{
255255
filter: blur(30px);
256256
}
257257

258-
/* ...............Loader-4................. */
258+
/* ...................Loader-4................... */
259259
.loader-4{
260260
display: flex;
261261
justify-content: center;

index.html

+10-5
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,30 @@ <h1>Copy Code</h1>
6161
<!-- Loader-4 -->
6262
<div class="loader-box">
6363
<div class="loader-4">
64-
6564
<div class="dot-loader"></div>
6665
<div class="dot-loader dot-loader--2"></div>
6766
<div class="dot-loader dot-loader--3"></div>
68-
6967
</div>
7068
<a href="#demo-modal" id="4" class="show-code-btn">Show Code</a>
7169
</div>
7270

7371

7472
<!-- Loader-n -->
73+
<!-- <div class="loader-box">
74+
<div class="loader-n">
75+
<div></div>
76+
<div></div>
77+
.....
78+
.....
79+
</div>
80+
The id should be n i.e. if nth loader then write id="n"
81+
<a href="#demo-modal" id="n" class="show-code-btn">Show Code</a>
82+
</div> -->
7583
<!--
7684
You can add the loader HTML code here and add the css code inside the
7785
index.css file
78-
7986
-->
8087
<div class="loader-box">More to add...</div>
81-
82-
<!-- Loader -->
8388
</div>
8489
<footer><p class="footer">© rohit8020(Rohit Gangwar)</p></footer>
8590
<script src="./index.js"></script>

website.png

31.6 KB
Loading

0 commit comments

Comments
 (0)