You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flex/05-flex-modal/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<divclass="modal">
12
12
<divclass="icon">!</div>
13
13
<divclass="header">Are you sure you want to do that?</div>
14
-
<divclass="close-button">✖</div>
14
+
<buttonclass="close-button">✖</button>
15
15
<divclass="text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur excepturi id soluta, numquam minima rerum doloremque eveniet aspernatur beatae commodi. Cupiditate recusandae ad repellendus quidem consectetur sequi amet aspernatur cumque!</div>
Copy file name to clipboardExpand all lines: flex/05-flex-modal/solution/solution.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
<divclass="icon">!</div>
13
13
<divclass="container">
14
14
<divclass="header">Are you sure you want to do that?
15
-
<divclass="close-button">✖</div>
15
+
<buttonclass="close-button">✖</button>
16
16
</div>
17
17
<divclass="text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Pariatur excepturi id soluta, numquam minima rerum doloremque eveniet aspernatur beatae commodi. Cupiditate recusandae ad repellendus quidem consectetur sequi amet aspernatur cumque!</div>
0 commit comments