change colours

This commit is contained in:
WhyKorp
2023-12-20 07:54:27 +01:00
committed by GitHub
parent f6dc0b9b8f
commit a1eef91b93
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,7 +6,7 @@ body {
.container { .container {
width: 80%; width: 80%;
margin: auto; margin: auto;
border: 2px solid #2ecc71; border: 2px solid #2ecccc;
border-radius: 25px; border-radius: 25px;
padding: 20px; padding: 20px;
background-color: #444; background-color: #444;
@@ -15,13 +15,13 @@ body {
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
padding: 10px 20px; padding: 10px 20px;
border: 2px solid #2ecc71; border: 2px solid #2ecccc;
border-radius: 25px; border-radius: 25px;
background-color: #333; background-color: #333;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
} }
.nav a:hover { .nav a:hover {
background-color: #2ecc71; background-color: #2ecccc;
color: #333; color: #333;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
@@ -30,7 +30,7 @@ body {
.video-container { .video-container {
width: 80%; width: 80%;
margin: 20px auto; margin: 20px auto;
border: 2px solid #2ecc71; border: 2px solid #2ecccc;
border-radius: 25px; border-radius: 25px;
overflow: hidden; overflow: hidden;
padding-bottom: 56.25%; padding-bottom: 56.25%;
@@ -64,7 +64,7 @@ header {
div.footer { div.footer {
width: 80%; width: 80%;
margin: auto; margin: auto;
border: 2px solid #2ecc71; border: 2px solid #2ecccc;
border-radius: 25px; border-radius: 25px;
padding: 20px; padding: 20px;
background-color: #444; background-color: #444;
+1 -1
View File
@@ -15,7 +15,7 @@
</header> </header>
<div class="nav"> <div class="nav">
<a href="#">Accueil</a> <a href="#">Accueil</a>
<a href="#">Infos</a> <a href="infos/index.php">Infos</a>
<a href="https://artists.magroove.com/en/lt/whykioh/" target="_blank">Link Tree</a> <a href="https://artists.magroove.com/en/lt/whykioh/" target="_blank">Link Tree</a>
<a href="tools/index.html">Outils</a> <a href="tools/index.html">Outils</a>
<a href="ruty/index.php">Ruty</a> <a href="ruty/index.php">Ruty</a>