I'm trying to make a basic system but stying has to be done with divs.
The thing is, I'm always messing my div styling when I do it myself. Like, a div goes out of container div and things like that.
What I'm trying to archieve is very basic.
- There should be a 800x800 container div.
- The first 200px height and 600px width should contain a new div named description.
- 200px width on right side should be a new div named logo.
- There should be another div here, 200px height and 800px width.
In the bottom, we got 400px height and 800px width to use. I want to make it something like this: (all 400px) height.
From left to right;
100px - a div named block (contains a block image) 150px - a div named item-1. 100px - a div named block (contains a block image) 150px - a div named item-2. 100px - a div named block (contains a block image) 150px - a div named item-3. 100px - a div named block (contains a block image)
Could anybody help me in this case? A little example will get my going.
Thank you.