Change the width of the bottom border with CSS



The border-bottom-width changes the width of the bottom border. You can try to run the following code to implement border-bottom-width property:

Example

<html>
   <head>
   </head>
   <body>
      <p style = "border-bottom-width:6px;border-style:solid;">
         This is demo content.
      </p>
   </body>
</html>
Updated on: 2020-02-03T06:30:44+05:30

192 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements