diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 114c8be9903e243a6fd31a93551d3a3eee87ecbe (patch) | |
tree | e389cdef2d8ed37c4ef2fccfda0006d288458495 | |
parent | log page (diff) | |
download | w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.gz w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.bz2 w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.tar.xz w-114c8be9903e243a6fd31a93551d3a3eee87ecbe.zip |
fixed css
-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> |