
Design comparison
Solution retrospective
I learned the basics of HTML and css. I lerned how flex box works with HTML and CSS. And using them how easy to organize the page.
What challenges did you encounter, and how did you overcome them?I found it difficult to make the page responsive first. although I added some fields to the css it did not work as I expected. I had a parent element to the image element. Although I configured the size of the parent element it did not impact to the child image element. i had to do some research and found how the width works on those scenarios.
What specific areas of your project would you like help with?I could not find a way to format the text part as displayed in the images of the exercise. I was able to import the fonts from the google fonts but the text was not like in the image.
Community feedback
- @synnestormPosted 8 days ago
Hi! Good job on completing the challenge :)
I think if you avoided using inline styling, and created a styles.css your code would be easier to read.
Regarding your font issue; if you get the embedded code from google fonts you can just paste it in your <head> tag and then it should work.
0 - @SkaiPukytePosted 9 days ago
Good job! I would try and make the padding for the text same between the heading and the paragraph, maybe that would fix it.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord