File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2626ul {
2727 display : grid;
2828 grid-template-columns : repeat (2 , auto); /* Two equal-width columns */
29- grid-template-rows : repeat (7 , auto);
29+ grid-template-rows : repeat (8 , auto);
3030 grid-auto-flow : column;
3131 max-width : 1000px ;
3232 gap : 10px ; /* Space between items */
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ <h1>Awesome Animal Awareness Project</h1>
1414 < li > < a href ="gorilla.html "> Gorilla</ a > </ li >
1515 < li > < a href ="honey_badger.html "> Honey Badger</ a > </ li >
1616 < li > < a href ="kiwi_bird.html "> Kiwi bird</ a > </ li >
17+ < li > < a href ="manta_ray.html "> Manta ray (demo animal)</ a > </ li >
1718 < li > < a href ="octopus.html "> Octopus</ a > </ li >
1819 < li > < a href ="pallas_cat.html "> Pallas's cat</ a > </ li >
1920 < li > < a href ="platypus.html "> Platypus</ a > </ li >
You can’t perform that action at this time.
0 commit comments