I am trying to achieve the following layout using CSS and HTML:
_____________________________________________________________________________ | div1 33% | div2 33% | div3 33% | div4 200px | —————————————————————————————————————————————————————————————————————————————
To be clear, I want div1, div2, div3 to occupy one third of the remaining width after adding a div of 200 pixels.
What I tried:
The presence of div1, div2, div3 in the div container
Then with a floating point div4 to the right and a width of 200 pixels.
I tried different things, but to no avail. I would appreciate any help with this.
source share