blob: 07c04061d300d8c327e4bc138a023c73977db86b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: padding-bottom</title>
<style type="text/css">
div { font: 20px/1 Ahem; width: 6em; color: white; }
.green { color: green; }
.one { padding-bottom: 20px; background-color: red; }
</style>
<link title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" rel="help">
</head>
<body>
<p>There should be a green bar below:</p>
<div>
xx xx <span class="one">xx</span> xx <span class="green">xx</span> xx
</div>
</body>
</html>