diff --git a/css/styles.css b/css/styles.css index ef1e89b..e98dbe0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,8 +17,8 @@ html { } body { - background-color: #000000; - color: #fff; + background-color: #ffffff; + color: #000000; } body::after{ content: ''; @@ -105,6 +105,11 @@ nav ul li:hover a:after{ left: 0; } +header{ + color: #ffffff; + background-color: #000000; +} + header div.main-content { display: flex; flex-direction: row; @@ -305,7 +310,7 @@ section.Ap { overflow: hidden; width: 100%; min-height: 100vh; - background-color: #fff; + background-color: #ffffff; color: #000000; display: flex; flex-direction: column; @@ -350,6 +355,8 @@ section.Ap h1{ } section.SK { + color: #ffffff; + background-color: #000000; overflow: hidden; width: 100%; display: flex; @@ -703,7 +710,7 @@ section.Pr { color: #000000; display: flex; flex-direction: column; - padding: 200px 0px; + padding: 50px 0px; overflow: hidden; } @@ -785,11 +792,12 @@ section.Pr .project-container .box a, section.Pr .concour-container .box a{ section.CM{ width: 100%; background-color: #000000; + color: #ffffff; display: flex; flex-direction: column; justify-content: center; align-items: center; - margin-bottom: 150px; + padding-bottom: 150px; } section.CM .container{ @@ -929,6 +937,7 @@ footer { min-height: 150px; height: auto; background-color: #000000; + color: #ffffff; display: flex; flex-direction: column; padding: 50px 50px 10px 50px; @@ -942,6 +951,7 @@ footer div{ } footer div span.lettre{ + color: #ffffff; font-size: 100px; font-style: italic; font-weight: bold; diff --git a/index.html b/index.html index 93b5cb2..b47a42b 100644 --- a/index.html +++ b/index.html @@ -65,13 +65,17 @@
Passionné d'informatique, je maîtrise plusieurs langages tels que Python, HTML, CSS, SQL et JavaScript, avec une préférence pour le développement front-end. Spécialisé dans la création d'effets parallax, je cherche à concevoir des interfaces interactives et esthétiques. J'utilise des outils courants comme Visual Studio Code, Git et PyCharm pour façonner des expériences utilisateur captivantes. Bien que je n'aie pas encore de projets officiels à mon actif, mon engagement et ma créativité sont prêts à être déployés. Actuellement en terminale, je m'efforce constamment d'apprendre et d'innover dans le domaine du développement web.
My Skills