<!doctype html>
<title>Example</title>
<style>
div {
font-size: 1.5em;
padding: 20px;
border-width: thin medium thick 30px;
border-color: orange;
border-style: solid;
}
</style>
<div>This 'div' is styled using the CSS border-width property. Try changing the value to see the effect it has on the border width of each side of the div.</div>