Latest solutions
Fylo data storage component
Submitted 10 months agoHello,
I have no idea why my background images don't load on the page, so if anyone can take a look at it, I'd really appreciate it :)
Feedback welcome
Latest comments
- @NrotsaSubmitted about 1 year ago@NrotsaPosted about 1 year ago
Hi Ehsan Tatasadi. Thank you very much for your valuable feedback. I will implement all your suggestions in future projects. Thank you also for the link to the page with detailed information about the email validation logic, now I understand it and I can now implement it in my code :)
1 - @FlackoCodesSubmitted about 1 year ago@NrotsaPosted about 1 year ago
Hello, your solution looks great, but the background patterns are not displayed, to fix this just add ../ to background-image : url
`body{
background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg);
}`
This should made the background pattern visible.
Marked as helpful0 - @adnan7-hubSubmitted over 1 year ago@NrotsaPosted over 1 year ago
Hello. Your solution looks great but you have made a small mistake, as did I when creating this project, and one of the users helped me fix it. The background color on the image is slightly different because you just reduced the opacity of the background color. To fix this, you can blend the background color into the image color using the background-blend-mode: multiply. This helped me in my project. I hope it will help you as well.
Marked as helpful0 - @xStephxSubmitted over 1 year ago@NrotsaPosted over 1 year ago
Hello. You made a small mistake, as did I when creating this project, and one of the users helped me fix it. The background color on the image is slightly different because you just reduced the opacity of the background color. To fix this, you can blend the background color into the image color using the background-blend-mode: multiply. This helped me in my project. I hope it will help you as well.
Marked as helpful1 - @yassawambessaw24Submitted over 1 year ago@NrotsaPosted over 1 year ago
Hello yassawambessaw24 Your solution is missing one thing and that is a box-shadow that becomes larger when hovered over. If you check the design when you don't hover over the cart, the content shadow should be smaller and become bigger (as in your work) when you hover over it. Other than this one small feature, you did a great job!
0