-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes.txt
More file actions
49 lines (26 loc) · 1.12 KB
/
Notes.txt
File metadata and controls
49 lines (26 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Responsive Web Design - The Viewport
http://www.w3schools.com/css/css_rwd_viewport.asp
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
--------------------------------------------------------------------------------
Bootstrap CSS Images Reference
http://www.w3schools.com/bootstrap/bootstrap_ref_css_images.asp
http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_img-responsive&stacked=h
The .img-responsive class applies max-width: 100%, height: auto, and display:block to the image:
--------------------------------------------------------------------------------
http://www.w3schools.com/bootstrap/bootstrap_ref_css_tables.asp
http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_ref_table-responsive&stacked=h
<div style="overflow-x:auto;">
<table>
...
</table>
</div>
<div class="table-responsive">
<table class="table">
...
</table>
</div>
--------------------------------------------------------------------------------
Form Builder and Generator for Bootstrap
http://bootsnipp.com/forms