CSS can influence how screen readers treat content. Today I learned that text transformation belongs to the list of affecting CSS properties.
Topic: CSS โ Page 14
The CSS images specification includes fixup rules which can be helpful to remove redundant values from CSS gradient definitions.
Use CSS Grid to stack element on top of each other without using absolute positioning
text-justify is a CSS property that controls how text is justified when text-align: justify is set
The box-decoration-break property lets you define how elements should be rendered across pages, columns and pages. It can help to achieve consistant visual effects.