GreenIT | V2 | V3 | V4 |
---|---|---|---|
15 | 29 | 26 |
Life cycle | Tiers | Responsible |
---|---|---|
3. Implementation | Network | Software Architect/Developer |
Priority | Implementation difficulty | Ecological impact |
---|---|---|
2 | 3 | 2 |
Saved resources |
---|
Network |
Use abbreviated CSS notations to reduce stylesheets size.
Do not write :
margin-top:1em; margin-right:0; margin-bottom:2em; margin-left:0.5em;
instead write :
margin:1em 0 2em 0.5em;
To go further :
- https://www.w3.org/TR/CSS
- https://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/
The number of ... | is equal to or less than |
---|---|
non-abbreviated CSS declarations | 0% |