diff ohyeah.css @ 0:0d795f02a8bb tip

initial committ. what was I thinking?
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 16:57:26 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ohyeah.css	Mon Sep 27 16:57:26 2010 -0400
     1.3 @@ -0,0 +1,28 @@
     1.4 +h1 {
     1.5 +
     1.6 +font-family: Georgia, "Times New Roman", Times, serif;
     1.7 +
     1.8 +font-size: 18px;
     1.9 +
    1.10 +font-weight: bold;
    1.11 +
    1.12 +color: #000000;
    1.13 +
    1.14 +}
    1.15 +
    1.16 +
    1.17 +
    1.18 +
    1.19 +body
    1.20 +{
    1.21 +
    1.22 +}
    1.23 +
    1.24 +
    1.25 +
    1.26 +div 
    1.27 +{
    1.28 +	background: #F2D7EE;
    1.29 +	padding: 0.5em;
    1.30 +	border: 1px solid #000000;
    1.31 +}
    1.32 \ No newline at end of file