diff --git a/css/styles.css b/css/styles.css index ff04f85..b0c965a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -10,8 +10,11 @@ /* centers the website */ html { - max-width: 1200px; - margin: auto; + background: rgb(18,24,217); + background-color: rgba(18,24,217); + background: url(../images/bg.gif) repeat 0 0; + max-width: 1200px; + margin: auto; } /* unvisited link */ @@ -37,7 +40,8 @@ a:active { .header { width: auto; height: auto; - overflow:auto; + overflow: hidden; + background: rgb(18,24,217); background-color: rgba(18,24,217,0.6); top: 0; left:0px; @@ -62,7 +66,6 @@ a:active { } body { - background: url(../images/bg.gif) repeat 0 0; color: white; } diff --git a/index.html b/index.html index 23ac290..3539702 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ -
Hey you, thanks for passing by, let me introduce myself. I'm a French C/C++/Python/ASM coder who is interested in reverse engineering, Eurobeat music and 90's looking websites.
I don't know how you found this website but be free to check my blog where i post random stuff.
diff --git a/pages/blog.html b/pages/blog.html index e82f25c..8200fc0 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -1,5 +1,4 @@ -In this section of the website you can read the random stuff i post from time to time.