Design comparison
Solution retrospective
Which areas of your code? My JavaScript code was very lengthy. If there is a shorter way or any other suggestions it will be of much help. All feedbacks are welcome Thank You.
Community feedback
- @StelkoooPosted over 1 year ago
Hey Julius,
I went to preview your submission and I was greeted to what looked like a functioning age-calculator but no styling.
Here is a link to a screenshot of what I saw.
Having a look at your
styles.css
file, I can see that on line 29 is where you started your media query for desktop styles.However, since you added
and (max-width: 1440px)
, anyone like myself or others who have a monitor with a resolution of1440px
or higher see your amazing work without any styling. I would recommend to remove that part of the media so your styling does not suddenly disappear at large screen sizes.If you have any questions or need me to explain further, don't hesitate to reach out to me.
Happy Coding!
0@khophisnowPosted over 1 year ago@Stelkooo well noted see to that asap.
0@khophisnowPosted over 1 year ago@Stelkooo It's all done. Thank you for your help it is much appreciated.
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