TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <style> .box { width: 300px; border-block-start: 5px solid; border-block-start-color: rgba(0, 0, 255, 0.5); } </style> </head> <body> <h2 class="box">Lorem Ipsum</h2> </body> </html>