Latest solutions
Latest comments
- @michaelleopold@Jommartinez
There is nothing wrong, the only thing, remember that the IDs must be unique and you are repeating them
- @nlefty@Jommartinez
You can use one container 50% width, height 100%. Also image width and heigth 100% with object-fit: cover
- @Scoro6@Jommartinez
To be your first challenge it is perfect :) keep it up and you will see that great projects you can develop very soon
- @f-m-a-ly@Jommartinez
it's not bad at all. maybe I would correct the accessibility notices to go perfectly :)
- P@kcde@Jommartinez
Hello :) It is very well developed. In the end there are no better or worse solutions. Each developer has a different point of view.
maybe the hamburger on the menu would put it as a <span> so that you don't get the accessibility error, otherwise everything is ok
- @sharmaeklavya@Jommartinez
Its fine, but for the white box you can use the pseudoelement ::after for example: ::after { content: ""; position: absolute; top: 69px; right: 0; border-top: 25px solid #ffffff; border-left: 25px solid transparent; } (or similar for your solution)
Marked as helpful