Simple example materializecss
Meterialize CSS is a CSS Frameworkd and developed by google and it is released under MIT license. First release is v0.95.3 on Feb-25-2015. Mainly used for responsive design and more effect is included.
We need to include the following two css and js files
Example Program:- (Editor)

Editor is Loading...
Advertisement
We need to include the following two css and js files
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/css/materialize.min.css">
<script src="http://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/js/materialize.min.js"></script>
Example Program:- (Editor)
Editor is Loading...
Advertisement
Post a Comment for "Simple example materializecss"