Design comparison
SolutionDesign
Solution retrospective
Frontend Mentor - Clipboard landing page solution
This is a solution to the Social links profile challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Table of contents
Note: Delete this note and update the table of contents based on what sections you keep.
Overview
The challenge
Users should be able to:
- See hover and focus states for all interactive elements on the page
Links
- Solution URL: solution URL here
- Live Site URL: live site URL here
My process
Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Tailwind - CSS Framework
What I learned
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
<section class="user before:bg-[url(../images/bg-section-top-mobile-2.svg)] md:before:bg-[url('../images/bg-section-top-desktop-2.svg')] after:bg-[url('../images/bg-section-bottom-mobile-2.svg')] after:-bottom-8 after:h-32 md:after:bg-[url('../images/bg-section-bottom-desktop-2.svg')]">
.grow, .user { @apply md:mb-40 md:mt-56 py-24 md:bg-Very-Pale-Blue relative before:content-[''] before:absolute before:-top-4 md:before:-top-[150px] before:w-full before:h-28 md:before:h-[150px] before:bg-no-repeat before:bg-cover after:content-[''] after:absolute after:bottom-4 md:after:-bottom-40 after:w-full after:h-20 md:after:h-40 after:bg-no-repeat after:bg-cover; }
Useful resources
- Elzero HTML Course - This helped me for Understanding HTML & Make it a piece of Cake for me. I really appreciate he instructor so much.
- Elzero CSS Course - This helped me for Understanding CSS & Make it a piece of Cake for me. I really appreciate he instructor so much.
- Tailwind CSS Course - This is an amazing course which helped me finally understand How Tailwind CSS Works. I'd recommend it to anyone still learning this concept.
Author
Community feedback
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