rangement fichier + réglage beug

This commit is contained in:
2024-06-12 11:18:32 +02:00
parent 253fd100d8
commit 4e2ccff2e4
33 changed files with 100 additions and 564 deletions

View File

@@ -1,4 +1,4 @@
.container {
.albums {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

View File

@@ -1,21 +1,3 @@
/* artiste.css */
/* Corps principal */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
/* Conteneur principal */
.container {
width: 100%;
margin: auto;
overflow: hidden;
}
/* Section des artistes */
.artiste {
display: flex;
flex-direction: column;
@@ -23,7 +5,6 @@ body {
margin-top: 20px;
}
/* Style des liens des artistes */
.artiste a {
display: block;
width: 80%;
@@ -38,13 +19,11 @@ body {
transition: background-color 0.3s, border-color 0.3s;
}
/* Effet au survol des liens des artistes */
.artiste a:hover {
background-color: #f0f0f0;
border-color: #ccc;
}
/* Couleur des liens visités */
.artiste a:visited {
color: #333;
}

View File

@@ -4,8 +4,15 @@ body {
font-size: 16px;
height: 80%;
padding-top: 100px;
padding-right: 50px;
margin-right: 5px;
}
.content {
max-width: 1200px;
margin: 80px auto 0;
padding: 20px;
}
.navbar a {
color: white;
text-decoration: none;
@@ -71,35 +78,6 @@ body {
font-family: Open Sans, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 1.2rem;
}
.menu_déroulant {
position: relative;
}
.menu_déroulant:hover .menu_déroulant_content {
display: block;
}
.menu_déroulant_content {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: black;
min-width: 170px;
border-radius: 5px;
z-index: 1;
}
.menu_déroulant_content a {
color: #fff;
padding: 10px;
text-decoration: none;
display: block;
}
.menu_déroulant_content a:hover {
color: #1ed860;
}
#Page {
text-align: center;
padding: 50px 0;
@@ -122,11 +100,7 @@ body {
padding: 2px 0;
}
.content {
max-width: 1200px;
margin: 80px auto 0;
padding: 20px;
}
.mention_legale h2{
color: #1ed860;
font-size: 2em;
@@ -174,7 +148,7 @@ body {
text-align: center;
}
.box h2 {
color: #81b71a;
color: #1ed860;
font-weight: bold;
font-family: 'Open Sans', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 3.5em;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -1,9 +0,0 @@
body{
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: white;
font-size: 16px;
height: 80%;
}