File Assignment
File Assignment
Student No - 2100711543
Link : https://rashidkisejjere0784.github.io/css-website/
This is the CSS version of my HTML personal website. I used multiple images also used a lot CSS features like:
I used the display to flex in the contact make to make the items appear in the same line.
I added some hover transitions just to make the website more nice looking through the use of pseudo
class hover plus some other additional effects of scaling
I also added the display to inline-block in the index page such that all of the elements I had created are all
displayed in the same inline block. Them added some break statements just to push them on a different
line.
I faced a problem of adding a favicon at first because it wasn’t being showed on GitHub but after checking
Google I figured out the issue and added a '?’ at the end of the href and the favicon was then showed.