CODE that we learned;
www.tarotgoddess.com
padding: 1px 30px 1px 0px;
- this correlates with the paragraph section in the left-hand side.
- 389x342.8000 are the dimensions of the div.
- padding is space between image or cell cotnents and it's outside border*
30 px is the padding that has been applied to this paragraph div, providing space between the ad and the paragraph
* .content-left {
padding: 1px 30px 1px 0px;
max-width: 389px;
margin: 0px auto 0px auto;
}
body, div, table {
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
font-weight: normal;
line-height: 150%;
text-align: left;
}