Design comparison
SolutionDesign
Solution retrospective
I found difficulties when adding the background images. If you have any suggestions
Community feedback
- @Zy8712Posted 12 months ago
Hi there! Your site looks pretty good. To add in the circles using Tailwind CSS and position them, you would need to do something like this:
<div class="bg-theme-dark-cyan bg-no-repeat bg-[url('./images/bg-pattern-top.svg'), url('./images/bg-pattern-bottom.svg')] bg-[right 52vw bottom 35vh, left 48vw top 52vh]"></div>
One other thing I'd suggest you to do is to extend the colors in your tailwind config file so you get the correct cyan colour which should be:
hsl(185, 75%, 39%)
.Hope you find this feedback useful 👍
0 - @lisztomania23Posted 12 months ago
Could you please provide a walkthrough on how to run this locally?
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