30 lines
777 B
HTML
30 lines
777 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns='http://www.w3.org/1999/xhtml' xml:subLang='en'>
|
|
<head>
|
|
<title>border-bottom-style double solid dashed inset</title>
|
|
<style type='text/css'>
|
|
body {
|
|
font: 16px arial;
|
|
}
|
|
div#border-style-properties {
|
|
border-top-style: solid;
|
|
border-right-style: double;
|
|
border-bottom-style: dashed;
|
|
border-left-style: inset;
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id='border-style-properties'>
|
|
There's a lot to be said for self-delusionment<br>
|
|
when it comes to matters of the heart.<br><br>
|
|
|
|
Diane Frolov and Andrew Schneider
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |