My First web page :)

Hello guys,
i created my 100% owned web page :slight_smile:
your feedback pls :smile:

See the Pen Fork Me! FCC: Test Suite Template by Assil (@Assil) on CodePen.

Thanks.

change your permissions to allow full page view. Makes it easier to inspect and test for mobile.

Congratulations on your first page :clap: :clap: :clap:

At the moment it is not responsive:

img{
  max-width: 100%;
    height: auto;
}

creates a responsive image

ul
{
	padding-left: 30em;
	padding-right: 30em;
}

this is wreking the li at smaller screen sizes


But again congrats keep it up

1 Like

thank you bro for correction and thx for motivation dude :hearts:

no prob man, its an awesome thing when you code your first. hope for many many more

1 Like