Tag Archives: shortcut

Using Floats

Let’s add a class=”author-img” to our HTML picture, and add the following to our CSS: .author-img { float: left; } This will act like an absolute positioning element. It will pull the .author-img out of the normal block (all by … Continue reading

Posted in Web Developer Course | Tagged , , , , , | Leave a comment