diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 20:19:45 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 20:19:45 +0200 |
commit | c57742ff4217e280757805152dadf9aa3ada13d3 (patch) | |
tree | cc85caad2db2e040aa2081169c37edf1936f3805 | |
parent | Page text update (diff) | |
download | joe-www-c57742ff4217e280757805152dadf9aa3ada13d3.tar.gz joe-www-c57742ff4217e280757805152dadf9aa3ada13d3.tar.bz2 joe-www-c57742ff4217e280757805152dadf9aa3ada13d3.tar.xz joe-www-c57742ff4217e280757805152dadf9aa3ada13d3.tar.zst joe-www-c57742ff4217e280757805152dadf9aa3ada13d3.zip |
Fixed link
-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> |