Sometimes, we want to put <div> elements side-by-side. This can be done in several ways. In this assignment we will try to position a several <div>s one after another.
Let's create an mockup for an image gallery.
Create a mockup for an image gallery that look as follow.
Rules:
- You are not allowed to touch the HTML file.
- Use the
floatproperty to put the ‘photos’ side-by-side.
- Clone this repo.
- Create a “homework-03” branch from “homeworks”.
- Go to
assignment/03/work. - Start coding inside the file
style.css.
When you finish with you work, upload it.
