Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 791 Bytes

File metadata and controls

20 lines (16 loc) · 791 Bytes

CSS Exercise - Image List

  1. Clone this repo to a folder of your choise git clone https://github.com/ilkkamtk/imageList.git or download as ZIP
  2. Edit css/main.css
  • The thumbnails (li elements) should form a grid
  • The title of the image (h3 element) should be on top of the thumbnails
  • On desktop main and aside elements should be side by side

Example layout: Example layout

 

  • Extra: On mobile main and aside elements should be one below the other

Some help: