diff --git a/images/russian-tea-cakes.jpg b/images/russian-tea-cakes.jpg new file mode 100644 index 0000000..cc9b713 Binary files /dev/null and b/images/russian-tea-cakes.jpg differ diff --git a/index.html b/index.html index a3f6561..190f494 100644 --- a/index.html +++ b/index.html @@ -13,22 +13,20 @@
-
- Tray of Chocolate Chip Cookies. +
+ Tray of Chocolate Chip Cookies.
-

Cookies!

+

Cookies! Me want cookies..

My Favorite Cookies:

    -
  • Chocolate Chip
  • -
  • Peanut Butter
  • -
  • Christmas
  • +
  • Pumpkin chocolate chip
  • +
  • Russian Teacake (followed closely by Lemon Teacake)
  • +
  • Molasses
+

The above list is in no permanent order.

- - - diff --git a/style.css b/style.css index 9ca8552..9b88675 100644 --- a/style.css +++ b/style.css @@ -1,30 +1,31 @@ -/* +/* STYLE.CSS: One stylesheet to rule them all. - + selector { property:value } - + */ -@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great|Lato); +@import url(https://fonts.googleapis.com/css?family=Barrio|Dosis" rel="stylesheet); + body { - background-color: #431901; + background-color: #A0AAA7; } - + .pageContainer { width: 940px; margin: 20px auto 0 auto; padding: 20px; - background-color: #fff; + background-color: #E8AAA7; } - + .imageContainer { float: left; width: 620px; } - + .textContainer { float: left; width: 300px; @@ -35,30 +36,29 @@ body { img { width: 100%; } - + h1 { - font-family: 'Fredericka the Great', cursive; + font-family: 'Barrio', cursive; font-size: 64px; - color: #411000; + color: #FF603A; } - + p, li { - font-family: 'Lato', sans-serif; + font-family: 'Dosis', sans-serif; font-size: 22px; - color: #984d26; + color: #FF583A; } /* ---- Advanced ---- */ -/* This tag is a bit advanced for this lesson, - but is needed to wrap the pageContainer +/* This tag is a bit advanced for this lesson, + but is needed to wrap the pageContainer around any sized content that is floated within it. */ -.pageContainer:after { +.pageContainer:after { content: " "; display: table; clear: both; } - \ No newline at end of file