Javascript Articles

Page 487 of 534

Usage of border-bottom-width property in CSS

Chandu yadav
Chandu yadav
Updated on 03-Feb-2020 65 Views

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                            This is demo content.          

Read More

Usage of border-right-style property in CSS

Samual Sam
Samual Sam
Updated on 03-Feb-2020 135 Views

The border-right-style property changes the style of right border. You can try to run the following code to implement the border-right-style property:Example                            This is demo content          

Read More

Change the color of top border with CSS

Ankith Reddy
Ankith Reddy
Updated on 03-Feb-2020 188 Views

The border-top-color changes the color of top border. You can try to run the following code to implement the border-top-color property:Example                    p.demo {             border:3px solid;             border-top-color:#FF0000;          }                              Example showing border top color property          

Read More

Change the color of the bottom border with CSS

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 03-Feb-2020 219 Views

The border-bottom-color changes the color of the bottom border. You can try to run the following code to implement the border-bottom-color property:Example                    p.demo {             border:4px solid;             border-bottom-color:#FF0000;          }                              Example showing border top color property          

Read More

Usage of border-top-width property in CSS

Ankith Reddy
Ankith Reddy
Updated on 03-Feb-2020 63 Views

The border-top-width property changes the width of top border. You can try to run the following code to implement border-top-width property:Example                            This is demo content.          

Read More

Usage of border-bottom-style property in CSS

Arjun Thakur
Arjun Thakur
Updated on 31-Jan-2020 183 Views

The border-bottom-style property changes the style of bottom border. You can try to run the following code to implement the border-bottom-style property:Example                            This is demo content          

Read More

How can I set the color, style, and width of lines in a single property with CSS?

karthikeya Boyini
karthikeya Boyini
Updated on 31-Jan-2020 156 Views

The border property allows you to specify color, style, and width of lines in one property.ExampleYou can try to run the following code to specify border property:                            This example is showing shorthand property for border.          

Read More

Set the width of an image with CSS

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 31-Jan-2020 126 Views

The width property is used to set the width of an image. This property can have a value in length or in %. While giving value in %, it applies it in respect of the box in which an image is available.ExampleYou can try to run the following code to set the width of an image:                                  

Read More

Usage of border-top-style property in CSS

Samual Sam
Samual Sam
Updated on 31-Jan-2020 159 Views

The border-top-style property changes the style of top border. You can try to run the following code to implement the border-top-style property:Example                            This is demo content          

Read More

Usage of border-style property in CSS

karthikeya Boyini
karthikeya Boyini
Updated on 31-Jan-2020 75 Views

Use the border-style property to set the style of the border:Example            .                This is a border with none width.                      This is a solid border.    

Read More
Showing 4861–4870 of 5,338 articles
« Prev 1 485 486 487 488 489 534 Next »
Advertisements