mirror of https://github.com/twbs/ratchet.git
Ben Schwarz
12 years ago
2 changed files with 51 additions and 19 deletions
@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<title>Modal slideup</title> |
||||
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
||||
|
||||
<link rel="stylesheet" href="../dist/ratchet.css"> |
||||
<script src="../dist/ratchet.js"></script> |
||||
<script src="js/docs.js"></script> |
||||
<script src="js/fingerblast.js"></script> |
||||
</head> |
||||
<body> |
||||
<div class="content content-padded"> |
||||
<a href="#myModal" class="button">Open modal</a> |
||||
</div> |
||||
|
||||
<div id="myModal" class="modal"> |
||||
<header class="bar-title"> |
||||
<h1 class="title">Modal</h1> |
||||
<a class="button" href="#myModal"> |
||||
Close |
||||
</a> |
||||
</header> |
||||
|
||||
<div class="content content-padded"> |
||||
<p>The contents of my modal</p> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue