0% found this document useful (0 votes)
46 views1 page

File Assignment

Kisejjere Rashid created a CSS version of their personal website to showcase CSS features like using flex to display contact items in a line, hover transitions for visual appeal, and inline-block display to control element placement. Rashid overcame an issue adding a favicon by adding a '?' to the href as suggested through online research. The CSS website is available at the provided GitHub link.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

File Assignment

Kisejjere Rashid created a CSS version of their personal website to showcase CSS features like using flex to display contact items in a line, hover transitions for visual appeal, and inline-block display to control element placement. Rashid overcame an issue adding a favicon by adding a '?' to the href as suggested through online research. The CSS website is available at the provided GitHub link.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

I am KISEJJERE RASHID

Reg. No. - 21/U/11543/EVE

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.

You might also like