Latest solutions
Latest comments
- @Swam1234Submitted over 2 years ago@s0alkenPosted over 2 years ago
Hi Swam, congratulations on your solution, you did really good. I also had this issue and I solved it by applying a linear gradient to the background in order to make it transparent from middle to bottom, like this: linear-gradient(180deg, hsl(43, 84%, 65%), hsl(43, 84%, 65%), transparent 50%, transparent 100%).
Also, take a look at the accessibility issues, your solution has 8, but I think you can correct them all by wrapping all the code inside the body in a main tag.
I hope it helps!
Marked as helpful1