-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshoestrap.css
More file actions
81 lines (66 loc) · 1006 Bytes
/
shoestrap.css
File metadata and controls
81 lines (66 loc) · 1006 Bytes
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.col-1 {
float: left;
width: 8.33333333%;
}
.col-1666666666666667 {
float: left;
width: 16.66666666666667%;
}
.col-3 {
float: left;
width: 25%;
}
.col-4 {
float: left;
width: 33.33333333333333%;
}
.col-5 {
float: left;
width: 41.66666666666667%;
}
.col-5833333331 {
float: left;
width: 58.33333331%;
}
.col-2499999999 {
float: left;
width: 24.99999999%;
}
.col-7500000001 {
float: left;
width: 75.00000001%;
}
.col-8333333333333333 {
float: left;
width: 83.33333333333333%;
}
.col-9166666666666667 {
float: left;
width: 91.66666666666667%;
}
.col-50 {
float: left;
width: 50%;
}
.col-100 {
float: left;
width: 100%;
}
div {
height: 50px;
border: 1px solid red;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row:before {
display: table;
content: "";
}
.row:after {
display: table;
content: "";
clear: both;
}