@correlucas
Posted
Hello Muhammad, congratulations for your new solution!
I saw your solution live site and seems good, you need to give some adjustment and then will be perfect, instead of giving each div under the container size, you can use a max-width: 900px
thats is the total container sizes and the divs under the container will have half of the container each one.
About the code and semantics my tip for you, is to avoid using a lots of id
prefer to use class for styling and let the id
for forms and JS. Remember that less elements you use more control you've, so you can delete some unnecessary divs and you'll see how clean will be your code!
Anyway, great solution bro! Happy coding!