diff options
-rw-r--r-- | css/main.css | 16 | ||||
-rw-r--r-- | index.html | 6 |
2 files changed, 5 insertions, 17 deletions
diff --git a/css/main.css b/css/main.css index 3e23879..1ac80d4 100644 --- a/css/main.css +++ b/css/main.css @@ -11,13 +11,8 @@ html, body{ position:relative } -h1{ - font-size:110%; -/* display:inline*/ -} - +h1{font-size:110%} h2{font-size:115%} - h3{font-size:100%} @@ -27,20 +22,13 @@ a{color: #000077} img{ margin-left:4%; - box-shadow:3px 3px 8px 4px lightgrey +/* box-shadow:3px 3px 8px 4px lightgrey*/ } -/*.main{ - min-height:100%; - position:relative -}*/ - .head{ font:400 1.2em sans; - /* background-color:#FFFFFF; */ color:#CCCCCC; padding:10pt 20%; - /* box-shadow:3px 3px 8px 4px lightgrey */ } .head a{ diff --git a/index.html b/index.html index 7551cf6..369adf5 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ </div><div class="body"> -<p>I'm currently still building my website. check the <a href="log.html">log</a> -to see what I've done so far</p> +<p>I'm currently still building my website, check the <a href="log.html">log</a> +to see what I've done so far.</p> </div><div class="foot"> Made by Porter Swanstrom. -</div></div></body></html> +</div></body></html> |