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>

karthikeya Boyini
karthikeya Boyini

I love programming (: That's all I know

Updated on: 03-Feb-2020

100 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements