Why we use shorthand properties in CSS?
CSS shorthand properties helps to improve page load times and reduce file size.
For an example: All CSS border Properties can be set in a single line in a specific order.
Example: p { border: 4px dotted black; }
Learn more about the similar topics:
Tutorials |
---|
No Content Found. |
Exercises & Assignments |
---|
No Content Found. |
Interview Questions & Answers |
---|
No Content Found. |