Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- p {
- padding-left: 50px;
- border-left: 6px solid red;
- background-color: lightgrey;
- }
- </style>
- </head>
- <body>
- <h2>The border-left Property</h2>
- <p>This property is a shorthand property for border-left-width,<br>border-left-style, and border-left-color.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement