Cascading Style Sheets or CSS
If you need to work with CSS Grid then have a look at CSS Grid Generator which can be a great way to get started with it.
There is also some great learning material at CSS layout - Learn web development | MDN and Test your skills: CSS styling basics - Learn web development | MDN.
Here are some useful links
Things to lookup on MDN: text-wrap, color-mix, accent-color, hyphens, print-color-adjust, image-set
These are more complex topics.
CSS can use pseudo classes, which allow selection outside of the document tree, so based on a state or relationship, see Pseudo-classes - CSS | MDN. It is also worth looking at combinators, see CSS combinators - CSS | MDN.