Latest solutions
Latest comments
- @luisgcode@luisgcode
Hello Everyone, any of you know how to solve the warning Document should have one main landmark? Thank you
- @bijaylaxmibehera@luisgcode
Hi, can you tell me where did you get the background patterns? I don't have those. Thank you
- @Omeshcoding@luisgcode
Hello Om, nice job! I see some easy fix issues you can solve to get a better result, for example, the problem with the Menu on mobile is that you are using position absolute and that affects the result according to the size of the window. If you want to fix that, you could go with 2 different components, the component for desktop positioned absolute and another one for mobile that will be display:none until you cross the limit you better consider.
You can take a look on my solution, Good luck.
Marked as helpful - @phoobynet@luisgcode
Hello Glenn! Good job. Checking your solution, there are a few issues really easy to solve, for example, the share button background is working with HOVER, but it should change with the click, also the triangle from the tooltip is a little separated from the tooltip itself, I hope you can fix them and I invite you to check my solution, it took me 2 days but I think is working fine.
- @Wilouricard@luisgcode
Hello There Wilou, You can fix the accessibility issue you have just adding a role to the main container, for example:
<div class="flex justify-center items-center h-screen" role="mainContainer">good job and good luck!
- @johns911@luisgcode
Hello There, I see you had some problems with the patterns in the background, I should say it took me some time figure it out, you could position the entire component as relative and then, position absolute the big circles because if you position fixed or absolute to the viewport, they will always change with difference vw.
Good luck!
Marked as helpful