Any suggestions will be appreciated. Thank You!
Jayanth
@gjaynir0508All comments
- @Darshan-Pandya10Submitted about 3 years ago@gjaynir0508Posted about 3 years ago
Hey, nice work. Coming to your question on the background image, I see that you have applied background on
.flex-container
but it is commented out and the way you have written the code for the background is not quite right. Try the following code:body { background-image: url("link/to/image/1), url("link/to/image/2); background-repeat: no-repeat, no-repeat; background-position: top left, bottom right; }
This should solve the problem.
Marked as helpful2 - @Basti576Submitted about 3 years ago
Feel free to give feedback!
@gjaynir0508Posted about 3 years agoHey, I see that you have some accessibility issues on this page according to this report. If you are curious to know the solution, visit the following article. It helped me solve the problem of my projects.
Ensures the document has at most one main landmark Axe Rules | Deque University | Deque Systems
Marked as helpful2 - @E-saSubmitted about 3 years ago
I get "All page content should be contained by landmarks" warning. Any Idea how to fix it?
@gjaynir0508Posted about 3 years agoHi, I faced the same problem and found the solution in the following article.
Hope this helps.
Marked as helpful1