Skip to content

Instantly share code, notes, and snippets.

@elyosemite
Created July 18, 2019 19:42
Show Gist options
  • Select an option

  • Save elyosemite/fc820a0876238dfa870af52fde5612ff to your computer and use it in GitHub Desktop.

Select an option

Save elyosemite/fc820a0876238dfa870af52fde5612ff to your computer and use it in GitHub Desktop.
<!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