Home › Forums › CSS › CSS rounded corner image help › Re: CSS rounded corner image help
July 29, 2012 at 12:57 pm
#106969
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/