Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

EPUB: CSS

Posted By: Landau17
EPUB: CSS

EPUB: CSS
MP4 | Video: 720p | Duration: 3:04:17 | English | Subtitles: VTT | 548.6 MB



With HTML as the underpinning of every EPUB, CSS is the best and most flexible way to visually present your ebook exactly as you want. This course is an overview of CSS styling for EPUBs. Tony Harmer begins with the basics: what CSS is, how to write rules, and which selectors to use to target the individual elements of an EPUB. He then moves onto styling text and incorporating graphics. It all wraps up with a set of challenge and solution videos to test your learning, and some advanced skills to bring your EPUB to the next level.

NOTE: The techniques shown are designed to help members create reflowable EPUBs with CSS 2.1. There is some CSS3 for creating fixed-layout EPUBs covered, but the majority of the tutorials concentrate on CSS 2.1.


Topics include:
  • Working with CSS selectors
  • Incorporating @ directives in CSS
  • Understanding the CSS box model
  • Writing more efficient code with shorthand notation
  • Sizing and positioning text
  • Including images with CSS
  • Styling lists
  • Assigning relative, absolute, and fixed positions
  • Floating elements