Adscend

Click Here



Click Here



Click Here

9.9.13

Border Bottom

Border Bottom

border-bottom: sets the width, color, and style on the bottom border of an element.

Example

<html>
<head>
<style type="text/css">
p
{
border-style:solid;
border-bottom:thick dotted #ff0000;
}
</style>
</head>
<body>
<p>My work will be such that in the face of death I can say, 'Lord, I am ready'.</p>
</body>
</html>

Output

My work will be such that in the face of death I can say, 'Lord, I am ready'.





No comments:

Post a Comment