Created
July 18, 2019 19:42
-
-
Save elyosemite/fc820a0876238dfa870af52fde5612ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Testing</title> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| </head> | |
| <body> | |
| <div class="modal"> | |
| <div class="content"> | |
| <div class="message"> | |
| <h3>Some content to fill up the message?</h3> | |
| <p><span><a href="bla">This is a dummy link?</a></span></p> | |
| </div> | |
| <div class="group"> | |
| <div class="alignLinks"> | |
| <a href="...." class="link"> | |
| <p>link</p> | |
| </a> | |
| <a href="...." class="link"> | |
| <p>link</p> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment