karthikeya Boyini

karthikeya Boyini

1,421 Articles Published

Articles by karthikeya Boyini

Page 93 of 143

Usage of CSS list-style-image property

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 61 Views

The list-style-image specifies an image for the marker rather than a bullet point or number. You can try to run the following code to implement list-style-image property:Example                            Karnataka          Hyderabad          

Read More

How to control the shape or appearance of the marker with CSS?

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 210 Views

The list-style-type allows you to control the shape or appearance of the marker. You can try to run the following code to implement list-style-type property to work for the unordered list: Example                            Apple          Mango          Grapes          

Read More

Set Inset border with CSS

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 951 Views

To set inset border with CSS, use the border-style property with value inset.Example                            This is a border with none width.                      This is inset border.          

Read More

Change the width of the bottom border with CSS

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 229 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

Set the color of the border with CSS

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 144 Views

The border-color property specifies the color of a border. You can try to run the following code to implement the border-color property:Example                    p.demo {             border:2px dashed;             border-color:#800000;          }                              David Beckham is a legend.          

Read More

Change the color of the left border with CSS

karthikeya Boyini
karthikeya Boyini
Updated on 03-Feb-2020 203 Views

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

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 159 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

Usage of border-style property in CSS

karthikeya Boyini
karthikeya Boyini
Updated on 31-Jan-2020 78 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

Usage of border-right-color property in CSS

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

The border-right-color property changes the color of the right border.ExampleYou can try to run the following code to implement the border-right-color property:                    p.demo {             border:3px solid;             border-right-color:#FF0000;          }                              India is a country.          

Read More

Change the style of top border with CSS

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

The border-top-style property changes the style of top border.ExampleYou can try to run the following property to change the style of the top border:                            Example showing top border          

Read More
Showing 921–930 of 1,421 articles
« Prev 1 91 92 93 94 95 143 Next »
Advertisements