changeset 13:b8b4b137e7e2

emphasized price.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 19:33:54 -0500
parents c71332685761
children 9567495a4c3e
files index.html style.css
diffstat 2 files changed, 43 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/index.html	Sun Jul 08 19:01:48 2012 -0500
     1.2 +++ b/index.html	Sun Jul 08 19:33:54 2012 -0500
     1.3 @@ -162,35 +162,36 @@
     1.4      <br/>
     1.5      <br/>
     1.6  
     1.7 -    <p>
     1.8 -      To schedule face painting for your next event, call
     1.9 -      or send an e-mail to Judy:
    1.10 +    <div class="money-outer">
    1.11 +      <div class="money-inner">
    1.12 +      <p class="money">
    1.13 +	Face Painting is only <em class="money">$75</em> per hour!
    1.14 +      </p>
    1.15 +
    1.16 +      <p class="money">
    1.17 +	To schedule face painting for your next event, call
    1.18 +	or send an e-mail to Judy:
    1.19 +      </p>
    1.20 +
    1.21  
    1.22        <table>
    1.23 -	<tr><td>phone:</td><td> <em>(214) 418-4706</em></td></tr>
    1.24 +	<tr><td>phone:</td><td> (214) 418-4706</td></tr>
    1.25  	<tr><td>e-mail</td><td> 
    1.26 -	    <em><a href="mailto:judyates@gmail.com">
    1.27 -		judyates@gmail.com</a></em></td></tr>
    1.28 -	<!--tr><td>&nbsp;</td><td></td></tr>
    1.29 -	    <tr><td colspan="2">1 hr / $50</td></tr>
    1.30 -<tr><td colspan="2">2 hr / $80</td></tr-->
    1.31 +	    <a href="mailto:judyates@gmail.com">
    1.32 +		judyates@gmail.com</a></td></tr>
    1.33        </table>
    1.34 +      </div>
    1.35 +    </div>
    1.36  
    1.37 -
    1.38 -    </p>
    1.39 -    
    1.40 -    <p>
    1.41 -      It's $50 for one hour, and just $80 for two.
    1.42 -    </p>
    1.43      <p style="background:#ffc">
    1.44 -      <em>Find out more!</em>
    1.45 +      <em><a href="mailto:judyates@gmail.com">
    1.46 +	  Find out more!</a></em>
    1.47        Judy welcomes any questions you may have, and
    1.48        she'd be happy to discuss different ideas for tailor-made
    1.49        parties. 
    1.50        
    1.51      </p>
    1.52  
    1.53 -
    1.54      <!--Affordable artisan-quality face painting for all your
    1.55  	celebrations! !-->
    1.56      
     2.1 --- a/style.css	Sun Jul 08 19:01:48 2012 -0500
     2.2 +++ b/style.css	Sun Jul 08 19:33:54 2012 -0500
     2.3 @@ -15,15 +15,15 @@
     2.4  }
     2.5  
     2.6  #border {
     2.7 -    border:1.5em solid #fdb;
     2.8 +    border:1.5em solid #ffddbb;
     2.9      background:white;
    2.10      width:700px;
    2.11      width:40em;
    2.12      margin:0px auto;
    2.13      padding:1.5em 4.5em;
    2.14 -    border-color:#f56;
    2.15 -    border-right-color:#8f2;
    2.16 -    border-top-color:#fc0;
    2.17 +    border-color:#ff5566;
    2.18 +    border-right-color:#88ff22;
    2.19 +    border-top-color:#ffcc00;
    2.20      border-bottom-color:#0184df;
    2.21  
    2.22  }
    2.23 @@ -53,6 +53,25 @@
    2.24  }
    2.25  
    2.26  
    2.27 +div.money-inner{
    2.28 +    border:1px solid black;
    2.29 +    padding:1em;
    2.30 +    text-align:center;
    2.31 +    width:400px;
    2.32 +    margin-left:auto;
    2.33 +    margin-right:auto;
    2.34 +    font-size:18px;
    2.35 +}
    2.36 +
    2.37 +div.money-outer{
    2.38 +    margin-top:2em;
    2.39 +}
    2.40 +
    2.41 +em.money{
    2.42 +    color:#115511;
    2.43 +    font-size:25px;
    2.44 +}
    2.45 +
    2.46  table.choices {
    2.47      width:30em;
    2.48      margin:1.5em auto;
    2.49 @@ -66,4 +85,5 @@
    2.50  .snapshot {
    2.51      display:block;
    2.52      margin:.75em auto;
    2.53 -}
    2.54 \ No newline at end of file
    2.55 +}
    2.56 +