<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-7">
<title>Border Width</title>
<link href="border.css" type="text/css"rel="stylesheet"
/>
</style>
</head>
body {
font-family: Arial, Verdana, sans-serif;
color: #111111;}
p {
width: 200px;
border-style: solid;
 border-color: #0088dd;}
p.one {border:2px dotted blue;
	padding:0.1px;
border-width: 2px;}
p.two {border:1px groove blue;
border-width: thick;}
p.three{border:outset #992347;
margin:10px;
padding: 10px;
border-width: 1px 4px 20px 4px;


}
<p class="one">The Differences Between Classic Marketing and
Digital Marketing.</p>
<p class="two">The Differences Between Classic Marketing and
Digital Marketing.</p>
<p class="three">The Differences Between Classic Marketing and
Digital Marketing.</p>
</body>
</html>