This repository was archived by the owner on Sep 25, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
challenges/01-responsive-web-design Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1493
1493
"name" : " index" ,
1494
1494
"contents" : [
1495
1495
" <style>" ,
1496
+ " .container {" ,
1497
+ " font-size: 1.5em;" ,
1498
+ " min-height: 300px;" ,
1499
+ " width: 100%;" ,
1500
+ " background: LightGray;" ,
1501
+ " display: grid;" ,
1502
+ " grid-template-columns: auto 1fr;" ,
1503
+ " grid-template-rows: auto 1fr auto;" ,
1504
+ " grid-gap: 10px;" ,
1505
+ " grid-template-areas:" ,
1506
+ " \" advert header\" " ,
1507
+ " \" advert content\" " ,
1508
+ " \" advert footer\" ;" ,
1509
+ " }" ,
1496
1510
" .item1 {" ,
1497
1511
" background: LightSkyBlue;" ,
1498
1512
" grid-area: header;" ,
1525
1539
" background: BlanchedAlmond;" ,
1526
1540
" }" ,
1527
1541
" " ,
1528
- " .container {" ,
1529
- " font-size: 1.5em;" ,
1530
- " min-height: 300px;" ,
1531
- " width: 100%;" ,
1532
- " background: LightGray;" ,
1533
- " display: grid;" ,
1534
- " grid-template-columns: auto 1fr;" ,
1535
- " grid-template-rows: auto 1fr auto;" ,
1536
- " grid-gap: 10px;" ,
1537
- " grid-template-areas:" ,
1538
- " \" advert header\" " ,
1539
- " \" advert content\" " ,
1540
- " \" advert footer\" ;" ,
1541
- " }" ,
1542
1542
" </style>" ,
1543
1543
" " ,
1544
1544
" <div class=\" container\" >" ,
You can’t perform that action at this time.
0 commit comments