File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments