View Single Post
Old 10-17-2012, 05:01 PM   #27
ElMiko
Addict
ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.ElMiko actually enjoys Vogon poetry.
 
ElMiko's Avatar
 
Posts: 320
Karma: 56788
Join Date: Jun 2011
Device: Kindle
Quote:
Originally Posted by mmat1 View Post
Why <div clear both> ? What happens if you remove it ??

Whats class "heading3" ??? ("The style of the outher div"...)
The instructions say it need "div clear both". without it, it creates a drop cap effect around the left and right margins of the first paragraph.

http://css-tricks.com/left-align-and...the-same-line/

Code:
.heading3 {
	margin-bottom: 3em;
	margin-top: 0.5em;
	}
(not sure what the smiley-face graphics mean....)
ElMiko is offline   Reply With Quote