xxxxxxxxxx
<html>
<head>
<style>
.mix {
border-style: solid;
border-width: 3px 2px 1px;
}
</style>
</head>
<body>
<h2>CSS border-width</h2>
<p class="mix">solid 3px 2px 1px</p>
</body>
</html>
xxxxxxxxxx
<html>
<head>
<style>
.mix {
border-style: solid;
border-width: 3px 2px 1px;
}
</style>
</head>
<body>
<h2>CSS border-width</h2>
<p class="mix">solid 3px 2px 1px</p>
</body>
</html>