I managed to restructure the HTML code and styled it as required.
What challenges did you encounter, and how did you overcome them?No problem encountered
the final version has a bit issue. when you open in mobile viewport the container of texts is slightly move to the right and i still don't know why because i tried so hard to align stuff and symetrical things. if you can point out my problem it would be great!
honestly i didn't think any of this so if you have any suggestions please drop it below
I don't know if is there any better way to do this or more accurate than this. I want to know if there any best practices or more tips & tricks about this
I managed to restructure the HTML code and styled it as required.
What challenges did you encounter, and how did you overcome them?No problem encountered
Actually great! but has some minor style does not match the original
align-items: center
to fix<nav>
tag was the right thing but maybe use class to name might be better because nav was commonly used for navigation barI am proud that I was able to complete the challenge.
What challenges did you encounter, and how did you overcome them?i encountered a challenege when dealing with responsiveness. i had to set multiple breakpoints to make the text responsive. i would need to learn more on how to use relative css units, this would have helped a lot during this project.
What specific areas of your project would you like help with?Hi guys...
I just finished this challenge. Your suggestions and contributions would be highly appreciated.
sorry if i'm not using the correct grammar or not explain stuff enough
I wanted to point out thing about color you're using on link element (Aka. <a>
tag)
that you're using too bright color (Yellow: hsl(47, 88%, 63%)
) thats blended in with background color. In term of contast if you're using bright color with bright background. Users will not be able to see the text properly
And about HTML tags that you're using is not giving much infomation. It might making people (or including future you ) to confuse. Try learning about Semantic HTML or name classes more clear will helps (also organize CSS properties)
This time I was able to write and README file for the project, which I have never done before.
What challenges did you encounter, and how did you overcome them?It was very simple.
What specific areas of your project would you like help with?Any advise on how to improve it it's appreciated.