diff options
-rw-r--r-- | css/site.css | 5 | ||||
-rw-r--r-- | index.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/css/site.css b/css/site.css index 29a728e..b0c175f 100644 --- a/css/site.css +++ b/css/site.css @@ -1,5 +1,6 @@ body { - background-color: #f1f1f1; + background-colo-r: #f5f5f5; + /* background-color: #ffffff; */ margin: 0pt; padding: 0pt; } @@ -8,7 +9,7 @@ header { margin: 0pt; padding: 0pt; width: 100%; - background-color: #ddd; + background-color: #ededed; border-bottom: 2pt solid #aaa; border-top: 0pt; } @@ -48,11 +48,12 @@ Welcome to my personnal blog. There you can find my tips and articles on various tech and programming subjects. <br><br> - The site is still in developpement. + The site is still in active developpement, come back sometimes. </p> <h1>About me</h1> <p> - This is some text + I am a student for <a href="https://www.42lyon.fr/">42Lyon</a> IT school based in + Lyon, France. I work on various personnal project beside that. </p> </div> </body> |