<html> <head> <style> p { background-color: #ffc19e; border: 2px solid oldlace; margin: 40px 0 40px 0; padding: 0 5px 0 5px; } em { position: relative; bottom: 30px; } </style> </head> <body> <div class="parent"> <p>He <em>jumped</em> to conclusions.</p> </body> </html>]]>