Mercurial > judy-face-art
changeset 21:b8d2a1600155
make short.html,png shorter.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 13 Jul 2012 15:40:13 -0500 |
parents | 5e38abe57fe5 |
children | 90962ba1ea10 |
files | short.html short.png style.css |
diffstat | 3 files changed, 22 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/short.html Fri Jul 13 13:44:31 2012 -0500 1.2 +++ b/short.html Fri Jul 13 15:40:13 2012 -0500 1.3 @@ -19,9 +19,21 @@ 1.4 1.5 </head> 1.6 1.7 + 1.8 1.9 <body> 1.10 + 1.11 + 1.12 + 1.13 + 1.14 <div id="border"> 1.15 + 1.16 + <div class="huge-obnoxious">Back to School</div> 1.17 + <br/><br/> 1.18 + <div class="huge-obnoxious">Parties!!!</div> 1.19 + <br/><br/> 1.20 + 1.21 + 1.22 <div class="header"> 1.23 <div class="folio"> 1.24 <img src="./images/princess-2.png" 1.25 @@ -41,7 +53,6 @@ 1.26 </h3> 1.27 </div> 1.28 1.29 - <h2>Book Judy for your Event!</h2> 1.30 1.31 No matter what you plan to celebrate, you can add a touch of 1.32 wonder and imagination with face painting! Children love seeing 1.33 @@ -103,7 +114,7 @@ 1.34 Choose a design to match the theme of your next activity, or 1.35 simply let everyone decide! 1.36 1.37 - 1.38 + <!-- 1.39 <img src="./images/judy.jpg" class="snapshot" 1.40 height="400"/> 1.41 1.42 @@ -151,6 +162,6 @@ 1.43 height="400"/> 1.44 <img class="snapshot" src="./images/snake-eyes.jpg" 1.45 height="400"/> 1.46 - 1.47 + --> 1.48 </body> 1.49 </html>
2.1 Binary file short.png has changed
3.1 --- a/style.css Fri Jul 13 13:44:31 2012 -0500 3.2 +++ b/style.css Fri Jul 13 15:40:13 2012 -0500 3.3 @@ -90,4 +90,12 @@ 3.4 p.credit{ 3.5 font-size:10px; 3.6 text-align:right; 3.7 +} 3.8 + 3.9 +div.huge-obnoxious { 3.10 + font-size:60px; 3.11 + margin-left:auto; 3.12 + margin-right:auto; 3.13 + text-align:center; 3.14 + color:#12CC55; 3.15 } 3.16 \ No newline at end of file