Best CSS Shorthand properties For Every Front-end Developer

Shorthand properties
Shorthand properties are CSS properties that let you set the values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and ene…


This content originally appeared on DEV Community and was authored by Tips and Tricks

Shorthand properties

Shorthand properties are CSS properties that let you set the values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and energy.

The CSS specification defines shorthand properties to group the definition of common properties acting on the same theme. For instance, the CSS background property is a shorthand property that's able to define the values of background-colorbackground-imagebackground-repeat, and background-position. Similarly, the most common font-related properties can be defined using the shorthand font, and the different margins around a box can be defined using  the margin shorthand.  

Read More: CSS Shorthand properties for Web Developer


This content originally appeared on DEV Community and was authored by Tips and Tricks


Print Share Comment Cite Upload Translate Updates
APA

Tips and Tricks | Sciencx (2021-08-27T09:55:34+00:00) Best CSS Shorthand properties For Every Front-end Developer. Retrieved from https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/

MLA
" » Best CSS Shorthand properties For Every Front-end Developer." Tips and Tricks | Sciencx - Friday August 27, 2021, https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/
HARVARD
Tips and Tricks | Sciencx Friday August 27, 2021 » Best CSS Shorthand properties For Every Front-end Developer., viewed ,<https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/>
VANCOUVER
Tips and Tricks | Sciencx - » Best CSS Shorthand properties For Every Front-end Developer. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/
CHICAGO
" » Best CSS Shorthand properties For Every Front-end Developer." Tips and Tricks | Sciencx - Accessed . https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/
IEEE
" » Best CSS Shorthand properties For Every Front-end Developer." Tips and Tricks | Sciencx [Online]. Available: https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/. [Accessed: ]
rf:citation
» Best CSS Shorthand properties For Every Front-end Developer | Tips and Tricks | Sciencx | https://www.scien.cx/2021/08/27/best-css-shorthand-properties-for-every-front-end-developer/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.