Skip to content

Commit

Permalink
Added color to pre tags, added instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
rudmanmrrod committed Jul 4, 2017
1 parent 9265df3 commit ed3afd4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,31 @@
ul:not(.browser-default) li {
/* list-style-type: none; */
}
pre,xmp{
background-color:#f2f2f2;
}
</style>
</head>
<body>
<div class="container">
<h1 class="center">Materialize Dialog</h1><hr>
<p>A simple library tinked to easy Materialize JavaScript Modals</p>

<h4>Installation</h4>
<p>Download the source <a href="#">here</a></p>

<p>Include materialize css and js in head, materialize.js require jQuery.</p>
<xmp>
<head>
<link href="src/materialize/css/materialize.css" rel="stylesheet" type="text/css">
<script src="src/jquery.min.js" type="text/javascript"></script>
<script src="src/materialize/js/materialize.js" type="text/javascript"></script>
<script src="src/material-dialog.js" type="text/javascript"></script>
</head>
</xmp>

<p>Material Dialog need jQuery and materialize.js</p>

<h4>Alert</h4>
<p>Usage Example</p>

Expand Down

0 comments on commit ed3afd4

Please sign in to comment.