File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
2
2
<style >
3
3
.col2 {
4
- column-gap: 100px ; /* Increase the gap between columns */
4
+ column-gap : 750 px ; /* Increase the gap between columns */
5
5
columns : 2 50px ; /* number of columns and width in pixels*/
6
6
-webkit-columns : 2 50px ; /* chrome, safari */
7
7
-moz-columns : 2 50px ; /* firefox */
Original file line number Diff line number Diff line change 1
1
2
2
<style >
3
3
.col2 {
4
- column-gap: 100px; /* Increase the gap between columns */
5
- columns: 2 50px; /* number of columns and width in pixels*/
6
- -webkit-columns: 2 50px; /* chrome, safari */
7
- -moz-columns: 2 50px; /* firefox */
8
-
9
- }
4
+ column-gap : 1000px ; /* Increase the gap between columns */
5
+ columns : 2 100px ; /* number of columns and width in pixels*/
6
+ -webkit-columns : 2 100px ; /* chrome, safari */
7
+ -moz-columns : 2 100px ; /* firefox */
8
+
10
9
</style >
11
10
12
11
# Living in Vehicles vs . Not Living in Vehicles Codebook
Original file line number Diff line number Diff line change 2
2
<style >
3
3
.col2 {
4
4
column-gap : 500px ; /* Increase the gap between columns */
5
- columns: 2 50px; /* number of columns and width in pixels*/
6
- -webkit-columns: 2 50px; /* chrome, safari */
7
- -moz-columns: 2 50px; /* firefox */
8
- body {
9
- font-size: 10px; /* Set the desired font size for the entire document */
10
- }
11
- }
5
+ columns : 2 100px ; /* number of columns and width in pixels*/
6
+ -webkit-columns : 2 100px ; /* chrome, safari */
7
+ -moz-columns : 2 100px ; /* firefox */
8
+
12
9
</style >
13
10
14
11
# Veterans vs . Non-Veterans Codebook
You can’t perform that action at this time.
0 commit comments