.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Found a solution to create a mobile page by adding an additional div to style it. Feels a bit awkward building the desktop and then mobile one.
What challenges did you encounter, and how did you overcome them?Styling the mobile version after doing the desktop one. I thought about the solution a few days and it turned out it was an easy, 2-minute thing. :)
What specific areas of your project would you like help with?I think I need more help with the strategy, how to tackle the project rather than smaller, technical things.
Try something new (Tailwind CSS and Svelte 5)
What challenges did you encounter, and how did you overcome them?I had some path issues while deploying my SvelteKit project to github pages, I just googled it and solved it XD
What specific areas of your project would you like help with?any help will be appreciated :)
just i do these projects to use the free time for development
What challenges did you encounter, and how did you overcome them?i encountered the challenge while doing the responsiveness
What specific areas of your project would you like help with?Nothing
nor
What challenges did you encounter, and how did you overcome them?nor
What specific areas of your project would you like help with?nor
Add the box shadow. You have missed to apply the hover effect on the article headline and font-famil also missed.
What are you most proud of?
I'm most proud of completing my first responsive website. Despite facing challenges with media queries, I managed to overcome them and create a functional layout. It's a significant achievement for me as a beginner in web development.
What challenges did you encounter, and how did you overcome them?What would you do differently next time?
Next time, I would allocate more time to understanding and implementing media queries effectively. I realized that they play a crucial role in creating responsive designs, and mastering them early on would save time and effort in the long run. Additionally, I would seek out more resources and guidance to improve my skills further.
What specific areas of your project would you like help with?Areas where I need support
As this is my first responsive website, I'm still learning and exploring different techniques. I would appreciate support and guidance from experienced developers on how to enhance my understanding of media queries and build more sophisticated layouts. Any advice or feedback on improving my coding practices and design skills would be highly valuable to me.
-Semantic HTML5 markup -CSS3 custom properties -Mobile-first workflow
Great work. Just change the body background color and paragraph color also change black to gray. Remove the border abound the card
I am the most proud of the background color to the social media links. It took me awhile to figure out how to override the default settings. Changing the display to "block" for the links seemed to do the trick
What challenges did you encounter, and how did you overcome them?Changing the background color dimensions for the links. I used a forum on stack overflow to solve the problem
What specific areas of your project would you like help with?I would take any advice!
that is a great idea you have to change your social media links account and profile details.
great work. add the display property grid and align and justify-content center to make the blog preview center and forget add the property of height 100 vh.
display: grid; align-content: center; justify-content: center; height: 100vh;