@EmmanuelHexer
Posted
Great job overall man.
- To fix your accessibility issues wrap your card with
main
element.
Submitted
@FahimMahmudJoy
I really had a hard time with the overlay image and had to resort to absolute and relative positioning along with flexbox. Is there a better way to achieve overlay using only flexbox? I admit that I had to resort to some hack-y approaches, specially for the overlay image and getting it in center. Any thoughts are most welcome!
@EmmanuelHexer
Posted
Great job overall man.
main
element.@zeerobit
Posted
Good work on completing this challenge, here are a few pointers:
width: 18rem;
from ".main-logo" instead make it max-width: 100%
so the image can scalepadding: 0.5rem 0;
to something like `padding: 1.5rem;' and that will keep the content from hitting the cornersheight: 100%
, switch the background-color to rgb so you can add the opacity value to get the transparency effect, it should be like this background-color: rgb(0, 255, 247, 0.4);
display: flex
then add align-items: center;
justify-content: center;
Hope this helps, Happy coding!!!
@NaveenGumaste
Posted
Hay ! Fahim Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body <main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
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