border-right-width-3px-ref.html (309B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Borders: border-right-width: 3px, reference</title> 5 <style> 6 div { display: inline-block; height: 100px; border-left-style: solid; border-left-width: 3px; } 7 </style> 8 </head> 9 <body> 10 <p>There should be a black line below and no red.</p> 11 <div></div> 12 </body> 13 </html>