Skip to content

Commit

Permalink
fix: code of previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit8020 committed Oct 5, 2022
1 parent cb92daa commit 79fe14a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,42 @@ <h1>Copy Code</h1>
<a href="#demo-modal" id="15" class="show-code-btn">Show Code</a>
</div>

<!-- Loader-16 -->
<div class="loader-box">
<div class="loader-16"></div>
<span class="sat"> loading... </span>
<a href="#demo-modal" id="16" class="show-code-btn">Show Code</a>
</div>


<!-- Loader-17 -->
<div class="loader-box">
<div class="loader-17">
<span class="pp" style="--i:1;"></span>
<span class="pp" style="--i:2;"></span>
<span class="pp" style="--i:3;"></span>
<span class="pp" style="--i:4;"></span>
<span class="pp" style="--i:5;"></span>
<span class="pp" style="--i:6;"></span>
<span class="pp" style="--i:7;"></span>
<span class="pp" style="--i:8;"></span>
<span class="pp" style="--i:9;"></span>
<span class="pp" style="--i:10;"></span>
<span class="pp" style="--i:11;"></span>
<span class="pp" style="--i:12;"></span>
<span class="pp" style="--i:13;"></span>
<span class="pp" style="--i:14;"></span>
<span class="pp" style="--i:15;"></span>
<span class="pp" style="--i:16;"></span>
<span class="pp" style="--i:17;"></span>
<span class="pp" style="--i:18;"></span>
<span class="pp" style="--i:19;"></span>
<span class="pp" style="--i:20;"></span>
<a href="#demo-modal" id="17" class="show-code-btn show">Show Code</a>
</div>
</div>



<!-- Loader-n -->
<!-- <div class="loader-box">
Expand Down
7 changes: 2 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,11 +849,9 @@ let codes = [
code:
`
##HTML
<div class="loader-box">
<div class="loader-16"></div>
<span class="sat"> loading... </span>
<a href="#demo-modal" id="16" class="show-code-btn">Show Code</a>
</div>
##CSS
Expand Down Expand Up @@ -904,7 +902,6 @@ let codes = [
code:
`
##HTML
<div class="loader-box">
<div class="loader-17">
<span class="pp" style="--i:1;"></span>
<span class="pp" style="--i:2;"></span>
Expand All @@ -927,8 +924,8 @@ let codes = [
<span class="pp" style="--i:19;"></span>
<span class="pp" style="--i:20;"></span>
<a href="#demo-modal" id="17" class="show-code-btn show">Show Code</a>
</div>
</div>
</div>
##CSS
.loader-17{
Expand Down

0 comments on commit 79fe14a

Please # to comment.