Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mobile first design using flexbox and grid

ccbdpโ€ข 315

@ccbdp

Desktop design screenshot for the Fylo landing page with two column layout coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I have trouble with 3 things in this project:

  1. The curve on section 2
  2. How to change svg color to white on the logo for the footer part
  3. To change the border to red on the input when putting invalid email address.

Any kind of feedback is highly appreciated! Thank you to all the lovely people who took their time to comment on my previous projects. I really do appreciate it!

Community feedback

Tesla_Ambassadorโ€ข 3,000

@tesla-ambassador

Posted

Hey, I think I can be of some assistance;

  1. Try setting the background opacity of that div to zero and then center the curve background relative to that div with a background size of "cover" or "contain". That might just work!
  2. I don't know of anyway to change the color of an svg image using CSS or JavaScript but I usually use apps like adobe illustrator to do that otherwise I think they should have given you the footer logo, I will also take part in the challenge an let you know how it goes.
  3. My method involves JavaScript! You could get a class and add set the property of border to red then create a function that implements that when that event is triggered otherwise if you are intending on using CSS, I suggest that you use pseudocode which may look like this (.classname:focus:invalid{code}).
  4. To resolve the HTML issues, consider using classes for styles you may apply to more than one tag so that you avoid duplicate ID's. Then you should also consider using a "div" instead of "section" or "article" if you are not going to use header tags. I hope this is helpful! Otherwise, I think your solution is really awesome! Kudos! Keep on coding๐Ÿ˜Ž

Marked as helpful

0

ccbdpโ€ข 315

@ccbdp

Posted

@tesla-ambassador Hey! Thank you so much for taking your time to help me improve my project! I will definitely take your comments to heart to further improve this project and future projects. I appreciate it! ๐Ÿ˜„

1
ccbdpโ€ข 315

@ccbdp

Posted

Hey! Thank you so much for taking your time to help me improve my project! I will definitely take your comments to heart to further improve this project and future projects. I appreciate it! ๐Ÿ˜„

0

Please log in to post a comment

Log in with GitHub
Discord logo

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