0
I’m trying to create a menu similar to the one I saw on a website.
I managed to do everything right, I just can’t let it occupy the entire menu bar. Print1 : http://prntscr.com/bmbbp4 Print2 : http://prntscr.com/bmbcl9
After much research I discovered that if I let
position: absolute;
left: 0; /* Ou "0px" */
right: 0; /* Ou "0px" */
This would work, but it didn’t work and stayed like the prints above, I would have another option?
Boot a width: 100%, if the container has a padding will work if you have a padding...
– MagicHat
I tried, it didn’t work.
– Maycon Vinicius