Here's my personal portfolio

Hey you! Please take a look at my personal portfolio and let me know what you think.

https://codepen.io/lexynr1215/pen/YzpvGNx?editors=1100

Note: Any help on how I can improve the grid in the .portfolio section would be great. That was the trickiest part for me.

Hey Alexis,

congrats on your project, you did a great job so far! :clap:


My ideas:


I think because you give each project-tile a fixed height and width, you could add justify-items: center; to the grid to center the grid items.


Keep up the great work,
looking forward to seeing your next steps! :slightly_smiling_face:

Your page is good @lexynr1215 :+1:

1 Like

Your page looks good @lexynr1215. A couple of suggestions;

  • Have your projects open in a new tab.
    • And have the project open in full view rather than the editor view
  • Ensure that user’s have filled in the fields in the form. Throw an HTML5 validation error if not. (You learned how to do this when you created the survey form)
1 Like

Thank you so much! :slightly_smiling_face:

Thanks for the suggestions. Just changed my code.

1 Like

Thank you so much for the advice. I deleted the fixed height and width for each project-tile. I feel like the grid is even more responsive then before. I was so close to banging my head against the keyboard while using grid :confounded: lol

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.