Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit f31e341

Browse files
authored
Change class name
1 parent f551532 commit f31e341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<div class="container">
1616

1717
<!-- modal box -->
18-
<div class="wrapping align center">
18+
<div class="wrapper align center">
1919
<h2>Sample Modal Box</h2>
2020
<a href="#modal">Open</a>
21-
<div id="modal" class="modal">
21+
<div id="modal" class="modal-box">
2222
<div>
23-
<a href="#close" title="Close" class="close align center"><i class="fa fa-times" aria-hidden="true"></i></a>
23+
<a href="#close" title="Close" class="modal-close align center"><i class="fa fa-times" aria-hidden="true"></i></a>
2424
<h2>Modal Box</h2>
2525
<p>This is an example of modal box.</p>
2626
</div>

0 commit comments

Comments
 (0)