Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p {
  border-bottom: 6px solid red;
  background-color: lightgrey;
}
</style>
</head>
<body>
<h2>Свойство border-bottom</h2>
<p>Это свойство является сокращенным свойством для border-bottom-width, border-bottom-style и border-bottom-color.</p>
</body>
</html>