Skip to content

Commit

Permalink
fix: code of the previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit8020 committed Oct 8, 2022
1 parent 23384ce commit ca6d505
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,6 @@ body {


/* .............Loader-28th............... */
/* add the css for the Loader-28th... */

.loader-28 {
width: 48px;
Expand Down Expand Up @@ -1638,4 +1637,7 @@ body {
100% {
transform: rotate(360deg);
}
}
}

/* .............Loader-nth............... */
/* add the css for the Loader-nth... */
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ <h1>Copy Code</h1>
<a href="#demo-modal" id="27" class="show-code-btn">Show Code</a>
</div>


<!-- Loader-28 -->
<div class="loader-box">
<div class="loader-28">
<div class="lds-spinner">
Expand All @@ -384,6 +386,8 @@ <h1>Copy Code</h1>
<a href="#demo-modal" id="28" class="show-code-btn">Show Code</a>
</div>



<!-- Loader-n -->
<!-- <div class="loader-box">
<div class="loader-n">
Expand Down
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,10 @@ let codes = [
id: 28,
code: `
##HTML
<div class="loader-28"></div>
<div class="loader-28">
<div class="lds-spinner">
</div>
</div>
##CSS
.loader-28 {
Expand Down

0 comments on commit ca6d505

Please # to comment.