diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | c53833bcca20ee6696d981348ae6aca3322cff17 (patch) | |
tree | 626aab2d421fcafa528d2ca63ad829a1a4c00f75 | |
parent | readme (diff) | |
download | w-c53833bcca20ee6696d981348ae6aca3322cff17.tar w-c53833bcca20ee6696d981348ae6aca3322cff17.tar.gz w-c53833bcca20ee6696d981348ae6aca3322cff17.tar.bz2 w-c53833bcca20ee6696d981348ae6aca3322cff17.tar.xz w-c53833bcca20ee6696d981348ae6aca3322cff17.zip |
log update and css changes
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | css/main.css | 10 | ||||
-rw-r--r-- | log.html | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/README b/README index 463b876..c261afc 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ -This is the source code for my website. Currently It's just a few html files -and one css file that I host as a static site on kinsta. \ No newline at end of file +This is the source code for my website. Currently It's just a few html +files and one css file that I host as a static site on kinsta. \ No newline at end of file diff --git a/css/main.css b/css/main.css index 1e6770a..5128a89 100644 --- a/css/main.css +++ b/css/main.css @@ -1,21 +1,19 @@ @charset "utf-8"; html, body{ - font:400 11.6pt serif; + font:400 11.7pt serif; background-color: #FFFEFC; color: #0F0800; margin:0; - padding:0; height:100%; - min-height:100%; - position:relative + /*min-height:100%;*/ + /*position:relative*/ } h1{font-size:110%} h2{font-size:115%} h3{font-size:100%} - p{width:80ch} a{color: #000077} @@ -35,12 +33,10 @@ img{ color:#CCCCCC; padding:10pt 20% } - .head a{ color:#000055; text-decoration:none } - .head a:hover{background-color:#EFEFEF} .body{padding: 20pt 18% 60pt 18%} diff --git a/log.html b/log.html index 23e286f..14162b8 100644 --- a/log.html +++ b/log.html @@ -11,7 +11,7 @@ <h2>Logs</h2> <h3>12/09/23</h3> -<p>I just started my website on the 6th and so far the only pages are the +<p>I just started my website on the 6th, I'm hosting it on kinsta and so far the only pages are the homepage, projects page, and this page. I also started to add some basic css and successfully got a working header and footer.</p> |