Layout Issue

I want this “Role” paragraph to be aligned to the bottom of “copy” div…as well should expand with the content.
http://dragonfly.zymichost.com/projects.html"

I want Please tell me how to get this “Role” paragraph to be aligned to the bottom of “copy” div
Hi, Welcome to SitePoint :slight_smile:

Just copy and paste that paragraph into that last div.


<div class="copy">
    <p class="copy_header">Exploring HTML5 features</p>
    <span class="sub_header">Regitration Form</span>
    <p class="text">I've been reading lately about some of the very cool features built into HTML5. Thought of experimenting some of the new form controls and functionalities that have been introduced.</p>
    [COLOR=Blue]<p class="role">Role: <em>CSS, HTML, Javascript</em></p>[/COLOR]
</div><!-- end copy -->

…as well should expand with the content.
It is expanding, the only reason it wouldn’t be is if there was a fixed height, but there isn’t.