Submitted over 1 year agoA solution to the Social links profile challenge
Responsive Social Link Profile Page
LVL 1
@Favy-Jay

Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud to I learnt how to use the below media query to make the site switch theme to the user's choice @media (prefers-color-scheme: light) { body { background-color: var(--WHITE); }
.attribution { color: var(--DEEP); } }
Next time, I want to improve on using the media query
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Favy-Jay’s solution.
Join 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