What are you most proud of, and what would you do differently next time?
Build grid layout using TailwindCSS.
What challenges did you encounter, and how did you overcome them?
Working with Tailwind for the first time to build a responsive layout was very challenging, and I gained tons of new information.
The official documentation was sufficient, and I strongly recommend it.
What specific areas of your project would you like help with?
Obviously, i need some help to make it match the design perfectly and some help with tailwind best practices and how to make it fit well on all screens
What are you most proud of, and what would you do differently next time?
Despite not being specifically designed for it, 99% of the design is functional for 1440p monitors and tablets. It would only need a few slight tweaks to be more visually consistent with the other devices it is designed for.
What challenges did you encounter, and how did you overcome them?
The html had to be rewritten several times to allow the design to be made responsive enough to work on larger screen sizes.
What specific areas of your project would you like help with?
In general, I feel like the core element is too large and would go back and shrink it down somewhat if I ever return to this project.
I really enjoy what you did with this project to make it your own. You may have just inspired me to do something similar in the future. My only feedback is to bring the whole profile down a bit to center it within the window and to make your tag at the bottom just a touch smaller. Other than that, great job!
Hi there! Congrats on completing this project. I know my feedback is late, but it's better than not having any at all. Here's my findings.
HTML
Clean up the file a bit by removing the comments that were provided originally.
Fix the capitalization of the first letter of each word for the heading and paragraph.
Add a meta tag for the author (which includes your name) and a description (so sites like Google can show what your page is about. Good to know for the future.
Remove the empty style tags in the head tag since they're not being used.
CSS
Add some padding to the h1, paragraph, image, and overall card to match the solution.
Other than that, great job and good luck on your journey!