Submitted about 2 years ago
Responsive Clipboard Page - CSS - FLEX - MEDIA
@Tiuty00
Design comparison
SolutionDesign
Solution retrospective
Hi guys! I complete another challenge! I used only HTML and CSS , with Flex display and media for the responsive. I hope you like it and, as alwasy, any tip are welcome. Thank you for your time! :)
Community feedback
- @VCaramesPosted about 2 years ago
Hey @Tiuty00, great job on this project!
To make your content semantically correct*, you'll want to do the following to your code:
<body> <header> <section>A history of everything you copy</section> </header> <main> <section>Keep track of your snippets</section> <section>Access Clipboard Anywhere</section> <section>Supercharge your workflow</section> <section>Company Logos</section> <section>Clipboard for iOS and Mac OS</section> </main> <footer></footer> </body>
Happy Coding!
Marked as helpful1@Tiuty00Posted about 2 years ago@vcarames Thanks you very much for the advise! Now I understand much better how to use them. Thank you again!
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