25 CSS
Cascading Style Sheets or CSS is used to format and design media that use markup languages like HTML. A good example of this is shown below where the typical elements seen in the text have been changed using CSS to exhibit different styles and layouts.
Header 2
Ex
For more information about CSS along with tutorials on how to use different style elements, a list of resources is provided below
w3schools | https://www.w3schools.com/css/ |
CodeAcademy | https://www.codecademy.com/learn/learn-css |
Quackit | https://www.quackit.com/css/tutorial/ |
HTML Dog | https://htmldog.com/guides/css/ |
Mozilla: How CSS Works | https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/How_CSS_works |
Tutorials Point | https://www.tutorialspoint.com/css/what_is_css.htm |
For paged media (EPUB, PDF, etc.), theses sites are available:
w3 | https://www.w3.org/TR/css-page-3/ |
XML Prague | http://www.xmlprague.cz/2018/02/07/introduction-to-css-for-paged-media/ |
Antenna House | https://www.antennahouse.com/css/ |