Each HTML element is a rectangular box. Also, they all have a layout
property that can be one of the following values: none
, block
, inline
, inline-blocks
and more.
In this assignment we will be using the <div>
element, which by default is a block
element.
Let's start building something with the block
property.
Layout a vertical menu using HTML & CSS that looks exactly as the following image:
Rules:
- You are only allowed to use
<div>
elements (sorry for killing your creativity).
- Clone this repo.
- Create a “homework-02” branch from “homeworks”.
- Go to
assignment/01/work
. - Start coding inside the file
index.html
.
When you finish with you work, upload it.