File tree 3 files changed +12
-8
lines changed
css-boxing-model-and-layout-basics/src
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,11 @@ main {
31
31
width : 65.4% ;
32
32
background-color : # 0086C6 ;
33
33
margin : 30px 0 ;
34
+ /* to place tex in center you can use text-align,
35
+ but to place whole block in center you can use
36
+ margin auto for left and right */
34
37
margin-left : auto;
38
+ margin-right : auto;
35
39
}
36
40
37
41
main h3 {
Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"babel-preset-env" : " 1.7.0" ,
34
34
"babel-preset-stage-0" : " 6.24.1" ,
35
- "browser-sync" : " 2.24.6 " ,
36
- "gh-pages" : " 1 .2.0" ,
35
+ "browser-sync" : " 2.26.7 " ,
36
+ "gh-pages" : " 2 .2.0" ,
37
37
"ncp" : " 2.0.0" ,
38
- "npm-run-all" : " 4.1.3 " ,
38
+ "npm-run-all" : " 4.1.5 " ,
39
39
"parcel-bundler" : " 1.12.4" ,
40
- "rimraf" : " 2.6 .2"
40
+ "rimraf" : " 3.0 .2"
41
41
},
42
42
"dependencies" : {
43
43
"css-reset-and-normalize-sass" : " 0.1.2" ,
Original file line number Diff line number Diff line change 22
22
"author" :
" Maksim Kostromin <[email protected] > (https://github.com/daggerok)" ,
23
23
"license" : " MIT" ,
24
24
"devDependencies" : {
25
- "browser-sync" : " 2.24.6 " ,
26
- "gh-pages" : " 1 .2.0" ,
25
+ "browser-sync" : " 2.26.7 " ,
26
+ "gh-pages" : " 2 .2.0" ,
27
27
"ncp" : " 2.0.0" ,
28
- "npm-run-all" : " 4.1.3 " ,
29
- "rimraf" : " 2.6 .2"
28
+ "npm-run-all" : " 4.1.5 " ,
29
+ "rimraf" : " 3.0 .2"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments