File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ <h1>Home</h1>
1414 < a href ="spaceinvaders.html "> < div class ="box " id ="spaceBox "> </ div > </ a >
1515 < a href ="tictactoe.html "> < div class ="box " id ="tictactoeBox "> </ div > </ a >
1616 < a href ="platformer.html "> < div class ="box " id ="platformerBox "> </ div > </ a >
17+ < a href ="https://ilikecookie.netlify.app/ "> < div class ="box " id ="cookieBox "> </ div > </ a >
1718 </ div >
1819 < script src ="index.js "> </ script >
1920</ body >
Original file line number Diff line number Diff line change 1+
12.links {
2- display : flex ;
3- justify-content : space-evenly ;
4- column-gap : 25 px ;
5- row-gap : 25 px ;
3+ display : grid ;
4+ grid-template-columns : repeat ( 4 , auto) ;
5+ width : 750 px ;
6+ margin : auto ;
67}
78.box {
89 width : 150px ;
1314# dinoBox {
1415 background-image : url ("homeImgs/dinosaurgame.png" );
1516 background-size : contain;
16-
1717}
1818# spaceBox {
1919 background-image : url (homeImgs/spaceinvaders.png);
2727# platformerBox {
2828 background-color : aqua;
2929 background-size : contain;
30+ }
31+ # cookieBox {
32+ background-image : url (homeImgs/cookie.png);
33+ background-size : contain;
3034}
You can’t perform that action at this time.
0 commit comments