TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> div:before { content: ""; display: inline-block; width: 5px; height: 100%; background-color: black; margin-right: 10px; } </style> </head> <body> <div>This is a block element with a decorative border.</div> </body> </html>