In this task you will going to apply all knowledge you have learned about CSS. Please submit your solution in a seperate branch holding the source code of all below described problems and then make a pull request to merge it with master branch.
The tasks will be a set of images that you will convert them into HTML markdown and then apply the appropriate CSS property to get the same UI look as shown in the Images
- Download (clone) this repo using:
git clone https://github.com/CodeForKirkuk/css-challenge
- Then change your directory into downloaded project using:
cd css-challenge
- Create new branch and name it with your fullname using:
git checkout -b your-full-name
- Create a new folder also with your fullname then for each task make another folder including (filename.html and style.css) file.
- Then stage your changes using
git add
andgit commit
to commit to your code. - Push your branch up to GitHub:
git push -u origin your-full-name
..