You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containers are the max-width areas in which content blocks can take up. Currently there are three (1-3), 1 being the widest and 3 being the most narrow.
39
+
### A Visual Representation
40
+
https://morsecodemedia.github.io/containers.css/
41
+
42
+
### Containers Breakdown
43
+
44
+
#### 0px-767px
39
45
`.container1` 100% - 30px (15px on either side)
40
46
41
47
`.container2` 100% - 30px (15px on either side)
42
48
43
49
`.container3` 100% - 30px (15px on either side)
44
50
45
-
### 768px-991px
51
+
####768px-991px
46
52
`.container1` 100% - 50px (25px on either side)
47
53
48
54
`.container2` 100% - 70px (35px on either side)
49
55
50
56
`.container3` 100% - 110px (55px on either side)
51
57
52
-
### 992px-1199px
58
+
####992px-1199px
53
59
`.container1` 100% - 70px (35px on either side)
54
60
55
61
`.container2` 100% - 200px (100px on either side)
56
62
57
63
`.container3` 100% - 400px (200px on either side)
58
64
59
-
### 1200px-1399px
65
+
####1200px-1399px
60
66
`.container1` 100% - 100px (50px on either side)
61
67
62
68
`.container2` 100% - 300px (150px on either side)
63
69
64
70
`.container3` 100% - 500px (250px on either side)
65
71
66
-
### 1400px+
72
+
####1400px+
67
73
`.container1` max-width: 1300px
68
74
69
75
`.container2` max-width: 1000px
70
76
71
77
`.container3` max-width: 700px
72
78
79
+
## Gaps
80
+
Gaps are vertical spacing used between columns to keep a consistent vertical rhythm among sections
0 commit comments