change colours
This commit is contained in:
+5
-5
@@ -6,7 +6,7 @@ body {
|
||||
.container {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
border: 2px solid #2ecc71;
|
||||
border: 2px solid #2ecccc;
|
||||
border-radius: 25px;
|
||||
padding: 20px;
|
||||
background-color: #444;
|
||||
@@ -15,13 +15,13 @@ body {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
border: 2px solid #2ecc71;
|
||||
border: 2px solid #2ecccc;
|
||||
border-radius: 25px;
|
||||
background-color: #333;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
.nav a:hover {
|
||||
background-color: #2ecc71;
|
||||
background-color: #2ecccc;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease-in-out;
|
||||
@@ -30,7 +30,7 @@ body {
|
||||
.video-container {
|
||||
width: 80%;
|
||||
margin: 20px auto;
|
||||
border: 2px solid #2ecc71;
|
||||
border: 2px solid #2ecccc;
|
||||
border-radius: 25px;
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
@@ -64,7 +64,7 @@ header {
|
||||
div.footer {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
border: 2px solid #2ecc71;
|
||||
border: 2px solid #2ecccc;
|
||||
border-radius: 25px;
|
||||
padding: 20px;
|
||||
background-color: #444;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</header>
|
||||
<div class="nav">
|
||||
<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="tools/index.html">Outils</a>
|
||||
<a href="ruty/index.php">Ruty</a>
|
||||
|
||||
Reference in New Issue
Block a user