Skip to content

Commit aca4355

Browse files
committed
corrected naming convention according to README
1 parent 53b6214 commit aca4355

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buttons/buttons.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ a:focus-visible {
17471747
/* cypherrs 2nd bt end */
17481748

17491749
/* kkartik07's 1st btn start */
1750-
.kkartik07-1-btn {
1750+
.kkartik07-btn-1 {
17511751
padding: 18px 32px;
17521752
font-size: 30px;
17531753
border: none;
@@ -1762,7 +1762,7 @@ a:focus-visible {
17621762
overflow: hidden;
17631763
box-shadow: rgba(110, 110, 119, 0.452) 0px 8px 30px 0px;
17641764
}
1765-
.kkartik07-1-btn::before {
1765+
.kkartik07-btn-1::before {
17661766
width: 200%;
17671767
height: 200%;
17681768
content: "";
@@ -1773,7 +1773,7 @@ a:focus-visible {
17731773
background: rgba(119, 129, 238, 0.2);
17741774
transition: 0.3s ease-in-out;
17751775
}
1776-
.kkartik07-1-btn:hover::before {
1776+
.kkartik07-btn-1:hover::before {
17771777
left: 55%;
17781778
}
17791779
/* kkartik07's 1st btn end */

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435

436436
<!-- kkartik07's button start -->
437437
<div class="button-container">
438-
<button class="kkartik07-1-btn"> Hover me </button>
438+
<button class="kkartik07-btn-1"> Hover me </button>
439439
<div class="createdby-section">
440440
Created by
441441
<a href="https://github.com/kkartik07">kkartik07</a>

0 commit comments

Comments
 (0)