Hi all,
I have a div where I would like to move the text inside it away from the border. A quick google found that I should use padding-left.
However, it doesn't seem to work (i've tried Safari and Firefox in case it was a browser issue). What have I missed?
#text-right2
{
position:absolute;
top:0px;
right:0%;
width:33%;
height:80%;
padding-left:20px;
}
Cheers,