Submitted almost 5 years ago
TailwindCSS Fylo Landing Page with 2-column layout
@hoehooiyan
Design comparison
SolutionDesign
Solution retrospective
I have 2 issues here.
-
I need to figure out a way to add the background image for the curved background.
- Do I have to use the before pseudo-element for the background?
- Or do I have to use the <img> tag?
-
The footer layout is slightly different from the design, I'm gonna put it that way first ;)
Community feedback
- @mattstuddertPosted almost 5 years ago
Great work again! Your solution looks really good. I'd recommend going down the
::before
pseudo-element with abackground-image
route for the curved background. This is because it's definitely a decorative image and so shouldn't add to the HTML.1
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