© Mikael Olsson 2019
Mikael OlssonCSS3 Quick Syntax Referencehttps://doi.org/10.1007/978-1-4842-4903-1_10

10. CSS Properties

Mikael Olsson1 
(1)
Hammarland, Finland
 
Now that the basics of CSS have been covered it is time to look at the multitude of properties that are available. In the following chapters, possible property values will be given using a formal notation, such as the one shown here:
text-shadow : inherit | none | <offset-x> <offset-y>
              [<blur-radius>] [<color>]

This notation means that the text-shadow property can have one of three different kinds of values. The default value is listed first; in this case, it is inherit. Because the inherit keyword can be set for any property, it will not be included in the list unless it is ...

Get CSS3 Quick Syntax Reference: A Pocket Guide to the Cascading Style Sheets Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.