# HG changeset patch # User Robert McIntyre # Date 1341794034 18000 # Node ID b8b4b137e7e28274beaf9a40ffc4c3695877f52a # Parent c71332685761b146eabd829285629916837bd741 emphasized price. diff -r c71332685761 -r b8b4b137e7e2 index.html --- a/index.html Sun Jul 08 19:01:48 2012 -0500 +++ b/index.html Sun Jul 08 19:33:54 2012 -0500 @@ -162,35 +162,36 @@

-

- To schedule face painting for your next event, call - or send an e-mail to Judy: +

+
+

+ Face Painting is only $75 per hour! +

+ +

+ To schedule face painting for your next event, call + or send an e-mail to Judy: +

+ - + - + + judyates@gmail.com
phone: (214) 418-4706
phone: (214) 418-4706
e-mail - - judyates@gmail.com
+
+
- -

- -

- It's $50 for one hour, and just $80 for two. -

- Find out more! + + Find out more! Judy welcomes any questions you may have, and she'd be happy to discuss different ideas for tailor-made parties.

- diff -r c71332685761 -r b8b4b137e7e2 style.css --- a/style.css Sun Jul 08 19:01:48 2012 -0500 +++ b/style.css Sun Jul 08 19:33:54 2012 -0500 @@ -15,15 +15,15 @@ } #border { - border:1.5em solid #fdb; + border:1.5em solid #ffddbb; background:white; width:700px; width:40em; margin:0px auto; padding:1.5em 4.5em; - border-color:#f56; - border-right-color:#8f2; - border-top-color:#fc0; + border-color:#ff5566; + border-right-color:#88ff22; + border-top-color:#ffcc00; border-bottom-color:#0184df; } @@ -53,6 +53,25 @@ } +div.money-inner{ + border:1px solid black; + padding:1em; + text-align:center; + width:400px; + margin-left:auto; + margin-right:auto; + font-size:18px; +} + +div.money-outer{ + margin-top:2em; +} + +em.money{ + color:#115511; + font-size:25px; +} + table.choices { width:30em; margin:1.5em auto; @@ -66,4 +85,5 @@ .snapshot { display:block; margin:.75em auto; -} \ No newline at end of file +} +