Aside Box

Sometimes it's nice to have a box that floats to the side for additional information, resources, or a quote. 

To do that, you'll need to edit the HTML and add a div tag with styles around the material:

 

<div style="float:right; width:30%; border: 1px dashed navy; background-color: tan; padding:10px;margin-left: 20px;">
<p>Aside Content</p>
</div>

 

"In a world of change, the learners shall inherit the earth, while the learned shall find themselves perfectly suited for a world that no longer exists."


ā€• Eric Hoffer

 

Here's an example of a floated aside.  Notice how it floats to the right and the text wraps around it. 

You can change the width, colors Links to an external site., and borders Links to an external site.