diff --git a/aio/content/examples/toh-pt5/src/styles.1.css b/aio/content/examples/toh-pt5/src/styles.1.css new file mode 100644 index 0000000000..d01a0195db --- /dev/null +++ b/aio/content/examples/toh-pt5/src/styles.1.css @@ -0,0 +1,22 @@ +/* Master Styles */ +h1 { + color: #369; + font-family: Arial, Helvetica, sans-serif; + font-size: 250%; +} +h2, h3 { + color: #444; + font-family: Arial, Helvetica, sans-serif; + font-weight: lighter; +} +body { + margin: 2em; +} +body, input[text], button { + color: #888; + font-family: Cambria, Georgia; +} +/* everywhere else */ +* { + font-family: Arial, Helvetica, sans-serif; +} diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index bc9720442a..0354398a65 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -1200,7 +1200,7 @@ These correspond to the full set of master styles that you installed earlier dur Here's an excerpt: - +