Hello everyone, this is my first post here. Im learning HTML/CSS for a month now.
Im building a simple web-site and I have few questions/problems.
Here is the code
[
jsbin.com...]
here is the "website"
[
jsbin.com...]
(please disregard the color/fonts etc, I didnt come to visual presentation yet)
My question is,
-what do I need to use to position text away from left edge of wrap div (in the case of #main container) and right edge of website (in the case of #main-right div) margin? padding?
-how do I properly make some space between my #main and #main-right div
-Im trying to use % instead of px everywhere so website displays same on different resolutions/devices , am I doing it correct ?
Basically im just trying to align two divs with text (one is floated left one right) correctly and nicely within wrap container.
So please could anyone help me, bcs Iv been trying different things for hours, for example take a look at my two spans (lol and lol1) , im sure thats the wrong way to do it, but I couldnt think of other solution)