<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shorthand Property</title>
  </head>
  <body>
<p>Lorem ipsum dolor sit amet consectetur.</p>
  </body>
</html>
 p {
  border-left: 6px solid #8D3DAF;border-bottom: 6px solid #FF6263;
background-color: lightgrey;border-right: 6px solid #3DBE29;
}


External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.