Design comparison
Solution retrospective
I have trouble with 3 things in this project:
- The curve on section 2
- How to change svg color to white on the logo for the footer part
- 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-ambassadorPosted about 3 years ago
Hey, I think I can be of some assistance;
- 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!
- 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.
- 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}).
- 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 helpful0@ccbdpPosted about 3 years ago@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 - @ccbdpPosted about 3 years ago
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 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