-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning.html
More file actions
47 lines (31 loc) · 1.13 KB
/
learning.html
File metadata and controls
47 lines (31 loc) · 1.13 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
Day 1 :
========
- Make a website compatible with every device
CDN
======
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
Total Screen - class = "container-fluid"
Fixed Width - class = "container"
ViewPort
==========
<meta name="viewport" content="width-device-width, initial-scale=1" >
viewport - user screen
width-device-width -
initial-scale=1 -> Don't Zoom in special Way
Settings Project
=================
file > new project > static web > twitter bootstrap (fisrt install cordova plugin)
Grid System
============
- Max Have 12 columns
- 4 Different Classes - xs(Mobile), sm(Tab), md(Desktop) , lg(MAC)
Push and Pull
================
col-md-push-5 --> Push to 5 columns right
col-md-push-5 --> Pull to 5 columns left
Login
======
data-toggle="modal" -->Login to a modal