From 34e6ff358603cbc9c74d616a948f32b93323d304 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 22 Jun 2020 19:29:30 +0200 Subject: Style changes --- css/site.css | 37 +++++++++++++++++++++++++++++++++++++ index.html | 42 +++++++++++++++++++++--------------------- 2 files changed, 58 insertions(+), 21 deletions(-) diff --git a/css/site.css b/css/site.css index e69de29..74b7fd6 100644 --- a/css/site.css +++ b/css/site.css @@ -0,0 +1,37 @@ +body { + background-color: #eee + margin: 0pt; + padding: 0pt; +} + +header { + margin: 0pt; + padding: 0pt; + width: 100%; + background-color: #ccc; + border-bottom: 2pt solid #999; + border-top: 0pt; +} + +a { + margin: 0pt; + border-collapse: collapse; +} + +a:link { + color: #037; + background-color: transparent; + text-decoration: none; +} + +a:visited { + color: #037; + background-color: transparent; + text-decoration: none; +} + +a:hover { + color: #07A; + background-color: transparent; + text-decoration: none; +} diff --git a/index.html b/index.html index a870c9e..cd0ddbd 100644 --- a/index.html +++ b/index.html @@ -2,43 +2,43 @@ Joe's own website +

Welcome to Joe's dev blog

-
- - - - - - - - - - - + +
+
    +
  • C -
+ +
  • C++ -
  • + +
  • Lisp -
  • + +
  • Assembly -
  • + +
  • UNIX -
  • + +
  • GNU Emacs -
  • + +
  • My projects -
  • + +
  • My C/C++ style -
  • + +
  • Links -
  • -- cgit v1.2.3