UNPKG

4.17 kBHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
6 <title>Documentation - Materialize</title>
7 <!-- CSS -->
8 <link href="bin/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
9 </head>
10 <body>
11 <style type="text/css">
12 </style>
13
14
15<!-- Materialize is already included -->
16
17<label class="material-checkbox">
18 Check
19 <input type="checkbox">
20</label>
21<input type="checkbox" id="check">
22<label for="check">Check</label>
23
24
25
26<p class="flow-text">One common flaw we've seen in many frameworks is a lack of support for truly responsive text. While elements on the page resize fluidly, text still resizes on a fixed basis. To ameliorate this problem, for text heavy pages, we've created a class that fluidly scales text size and line-height to optimize readability for the user. Line length stays between 45-80 characters and line height scales to be larger on smaller screens.
27
28<div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
29 <a class="btn-floating btn-large red">
30 <i class="large mdi-editor-mode-edit"></i>
31 </a>
32 <ul>
33 <li><a class="btn-floating red"><i class="large mdi-editor-insert-chart"></i></a></li>
34 <li><a class="btn-floating yellow darken-1"><i class="large mdi-editor-format-quote"></i></a></li>
35 <li><a class="btn-floating green"><i class="large mdi-editor-publish"></i></a></li>
36 <li><a class="btn-floating blue"><i class="large mdi-editor-attach-file"></i></a></li>
37 </ul>
38 </div>
39
40</p>
41<p>yo</p>
42<p>yo</p>
43<p>yo</p>
44<p>yo</p>
45<p>yo</p>
46<p>yo</p>
47<p>yo</p>
48<p>yo</p>
49<p>yo</p>
50<p>yo</p>
51<p>yo</p>
52<p>yo</p>
53<p>yo</p>
54<p>yo</p>
55<p>yo</p>
56<p>yo</p>
57<p>yo</p>
58<p>yo</p>
59<p>yo</p>
60<p>yo</p>
61<p>yo</p>
62<p>yo</p>
63<p>yo</p>
64<p>yo</p>
65<p>yo</p>
66<p>yo</p>
67<p>yo</p>
68<p>yo</p>
69<p>yo</p>
70<p>yo</p>
71<p>yo</p>
72<p>yo</p>
73<p>yo</p>
74<p>yo</p>
75<p>yo</p>
76<p>yo</p>
77<p>yo</p>
78<p>yo</p>
79<p>yo</p>
80<p>yo</p>
81<p>yo</p>
82<p>yo</p>
83<p>yo</p>
84<p>yo</p>
85<p>yo</p>
86<p>yo</p>
87<p>yo</p>
88<p>yo</p>
89<p>yo</p>
90<p>yo</p>
91<p>yo</p>
92<p>yo</p>
93<p>yo</p>
94<p>yo</p>
95<p>yo</p>
96<p>yo</p>
97<p>yo</p>
98<p>yo</p>
99<p>yo</p>
100<p>yo</p>
101<p>yo</p>
102<p>yo</p>
103<p>yo</p>
104<p>yo</p>
105<p>yo</p>
106<p>yo</p>
107<p>yo</p>
108<p>yo</p>
109<p>yo</p>
110<p>yo</p>
111<p>yo</p>
112<p>yo</p>
113 <!-- Modal Trigger -->
114 <a class="waves-effect waves-light btn modal-trigger" href="#modal1">Modal</a>
115
116 <!-- Modal Structure -->
117 <div id="modal1" class="modal">
118 <div class="modal-content">
119 <h4>Modal Header</h4>
120 <p>A bunch of text</p>
121 </div>
122 <div class="modal-footer">
123 <a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Agree</a>
124 </div>
125 </div>
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140<p>yo</p>
141<p>yo</p>
142<p>yo</p>
143<p>yo</p>
144<p>yo</p>
145<p>yo</p>
146<p>yo</p>
147<p>yo</p>
148<p>yo</p>
149<p>yo</p>
150<p>yo</p>
151<p>yo</p>
152<p>yo</p>
153<p>yo</p>
154<p>yo</p>
155<p>yo</p>
156<p>yo</p>
157<p>yo</p>
158<p>yo</p>
159<p>yo</p>
160<p>yo</p>
161<p>yo</p>
162<p>yo</p>
163<p>yo</p>
164<p>yo</p>
165<p>yo</p>
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189 <script src="bin/jquery-2.1.1.min.js"></script>
190 <!-- <script src="js/jquery.timeago.js"></script> -->
191 <!-- <script src="js/jquery.easing.1.3.js"></script> -->
192 <!-- <script src="js/velocity.min.js"></script> -->
193 <!-- <script src="js/global.js"></script>
194 <script src="js/hammer.min.js"></script>
195 <script src="js/tooltip.js"></script>
196 <script src="js/materialbox.js"></script>
197 <script src="js/forms.js"></script>
198 <script src="js/tabs.js"></script>
199 <script src="js/dropdown.js"></script>
200 <script src="js/toasts.js"></script>
201 <script src="js/scrollFire.js"></script> -->
202 <!-- <script src="js/leanModal.js"></script> -->
203
204
205 <script src="bin/materialize.js"></script>
206 <!-- <script src="js/init.js"></script> -->
207
208 <script type="text/javascript">
209 $( document ).ready(function() {
210 // $(".button-collapse").sideNav({
211 // edge: 'right', menuWidth: 300
212 // });
213 // $('.modal-trigger').leanModal({dismissible: false});
214 // $('select').material_select();
215
216
217 });
218
219
220
221 </script>
222 </body>
223</html>
\No newline at end of file