Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> p { border-style: solid; border-right-width: 15px; } </style> </head> <body> <p><b>Note:</b> The "border-right-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_border-right-width by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:56 GMT --> </html>
Result: