Skip to content

Commit 478d389

Browse files
committed
fix some style and text content
1 parent e88ce76 commit 478d389

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ button {
4949
cursor: pointer;
5050
background: linear-gradient(var(--bg), var(--bg)) padding-box, var(--glow),
5151
linear-gradient(black, black) border-box;
52-
transition: all 0.24s;
52+
transition: cubic-bezier(2, 1, 1, 2) 0.24s;
5353
touch-action: none;
5454
position: relative;
5555
padding: 1rem 2rem;

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<body>
1010
<div>
1111
<button>
12-
<span>Click</span>
13-
</button>
12+
<span>Start</span>
13+
</button>
1414
<button>
15-
<span>Click</span>
16-
</button>
15+
<span>Stop</span>
16+
</button>
1717
<button>
18-
<span>Click</span>
19-
</button>
18+
Click
19+
</button>
2020
</div>
2121
<script src="js/script.js"></script>
2222
</body>

0 commit comments

Comments
 (0)