18th Challenge - Fylo data storage component
Design comparison
Solution retrospective
I used the translation site again this time!
This time, we aimed to create the page using Tailwind CSS. But for some reason, the CDN didn't apply, so I couldn't use Tailwind CSS. So, I proceeded with the feeling of reviewing CSS after a long time. Recently, while studying React, I only used styled-components, and I felt nostalgic. :D
Thanks for reading. XD
If you have any other suggestions or solutions to the above problems, please feel free to let us know!
Comments always improve my learning!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi drunken_neoguri, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- every Html document must contain the main tag, so we can identify the main content, to fix this, wrap all the content with the main tag. HTML5 landmark elements are used to improve navigation experience on your site for users of assistive technology.
- Consider using rem for font size .If your web content font sizes are set in absolute units, such as pixels, the user will not be able to re-size the text or control the font size based on their needs. Relative units “stretch” according to the screen size and/or user’s preferred font size, and work on a large range of devices.
if you want to continue coding with px, you can download a very useful extension in vscode, it converts px to rem! link -> px to rem
The rest is great!
I hope it helps... 👍
0 - @0xjoshvaPosted about 2 years ago
Hi @DRUNKEN_NEOGURI, well-done on completing the challenge. It turned it really well. I would suggest you put an animation on the progress bar when the page loads. I think that will really take it to another level and be visually pleasing.
Good Luck!
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