Which property is used to set the line style for the outline?
Answer / Pranjal Singh
'border-style' property sets the line style for both border and outline. Here's an example:nnborder: 2px solid red;nor outline: 2px dashed blue;'
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I select a class in css?
What is mousehovertime?
Can you nest in css?
How big should margins be?
How can backward compatibility be designed in CSS?
Explain the elements of css box model?
How can you create shadow effets in css3?
What rgba stands for in css3?
What is css transform-origin property?
What does cascading mean in css?
What is clearfix?
Which property is used to set all the outlining properties in a single statement?