Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS rounded corner image help Re: CSS rounded corner image help

#106969
poiulkjh
Participant

I assume that your code looks something like that:

<div class=”wrapper”>
<h1>Header</h1>
<p>Lorem ipsum</p>
</div>

You added float to a header element and it works but with css you can’t style last word/line. Try to add more padding:

h1 {padding: 20px 10px 10px;}
p {padding: 10px 10px 20px;}

Anyway you could achive same (or quite simillar effect) witout using images:
http://nicolasgallagher.com/pure-css-speech-bubbles/
http://nicolasgallagher.com/pure-css-speech-bubbles/demo/