Latest solutions
Latest comments
- @Waldst0n@Aazeez257
Hello @Waldst0n, great work a slight problem is that if you can increase the font size it could be better. and also always try to avoid setting font sizes in px (use rem - set a percentage of 62.5% which is by default 10px) and always use 1rem if you want 10 px So this way you can always check the accessibility box in your code. happy learning 😊😉
- @BurakKostekli@Aazeez257
Great design @BurakKostekli. You nailed it. Happy coding😉😊
- @suruaino@Aazeez257
Hello @suruaino, try uploading the screenshot to the same file location as the readme file example - screenshot.png not like this images/screenshot.png😊😉
- @KJabeen@Aazeez257
@KJabeen .I think the approach you have taken is little bit not organize. You can try the flexbox approach or the grid approach to make this design look perfect. In my screen it looks stretched vertically and horizontally. Its because you have set width using vw and height using vh. (Its a not good idea to them because you don't know the user's screen size, I recommend using fixed widths).Its just my suggestion.(you can checkout my design here).Happy learning 😊😉 livesite - https://abdul-profile-card-component.netlify.app/ github - https://github.com/Aazeez257/profile-card-component/tree/main
- @Isekku@Aazeez257
your live site is not working, you can host your website for free using your github source code link to netlify. 😊😉
- @Aimal-125@Aazeez257
I think you have to change the font color in the description and the date 😉
Marked as helpful