From f2ca2667f205e2bcdb8b73fcbd43db821fad4fe5 Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: web project page --- css/main.css | 14 ++++++++++++-- index.html | 4 ++-- log.html | 4 ++-- projects.html | 8 ++++---- web.html | 22 ++++++++++++++++++++++ 5 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 web.html diff --git a/css/main.css b/css/main.css index 1ac80d4..1e6770a 100644 --- a/css/main.css +++ b/css/main.css @@ -22,13 +22,18 @@ 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; color:#CCCCCC; - padding:10pt 20%; + padding:10pt 20% } .head a{ @@ -49,3 +54,8 @@ img{ padding-top:9pt; padding-bottom:9pt } + +.code{ + font:400 9.4pt mono; + padding-left:3% +} diff --git a/index.html b/index.html index 369adf5..5e4112d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-