Just finished Responsive web design

soo after a lot of effort I finished the two last project . I feel soo good about the portfolio one . feedbacks appreciated
here is my technical documentation (https://codepen.io/Reda-Taousse/full/abmLNbR).

here is my simple portfolio project ( https://codepen.io/Reda-Taousse/full/MWjOWRg).

Hi @redataousse!

I think your projects look good.

You could add a smooth scroll to the portfolio project

html {
  scroll-behavior: smooth;
}

Also, you have some small errors in your html and css for both projects.

Run your code through the html validator https://validator.w3.org/
You could ignore the messages about doctype, head, and html tags since that is not required for codepen.

Run your code through the css validator https://jigsaw.w3.org/css-validator/

1 Like