Skip to content

Commit 1c75970

Browse files
committed
New-Button
1 parent 3a3785a commit 1c75970

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ <h1 class="foo">Hello DOM...</h1>
1414
<button type="button" id="a_btw">Click Me</button>
1515
<button type="button" id="b_btw">Click Me</button>
1616
<button type="button" id="c_btw"></button>
17+
<button class="button">
18+
<span class="span">🦀</span>
19+
</button>
1720
</div>
1821
<div id="hide">
1922
<h2>Hello... This is a hidden message...</h2>
@@ -34,6 +37,13 @@ <h2>Box - 2</h2>
3437
<h1>Hello...</h1>
3538
</div>
3639
</div>
40+
<div style="display: flex; justify-content: center; align-items: center; width: auto; ">
41+
<button class="button-1">
42+
<span class="bracket left"></span>
43+
<span class="text">Code</span>
44+
<span class="bracket right"></span>
45+
</button>
46+
</div>
3747
</body>
3848

3949
<script src="First.js"></script>

0 commit comments

Comments
 (0)