finition css

This commit is contained in:
2024-06-18 19:59:50 +02:00
parent 0b4dde90ac
commit 24fa946cf0
7 changed files with 133 additions and 112 deletions

View File

@@ -12,16 +12,28 @@ section.list img {
display:inline-block;
}
.short-text {
.short-text, h6{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #2a2a2a;
color: #d8d3d3;
}
h5,h3{
font-size: 25px;
color: #5106dd;
}
.recherche {
width : 75px;
width : 150px;
height : 24px;
margin-left: -200px;
margin-right: 150px;
}
.recherchelog{
margin-left: -150px;
margin-right: 50px;
}
.short-text{
@@ -30,10 +42,15 @@ section.list img {
align-items: center;
}
.appli{
width : 100px;
height : 75px;
color: #444;
li .appli{
position: relative;
bottom: 15px;
font-size: 30px;
color: #ad1010;
}
.onglet{
font-size: 20px;
}
.apliiiiiii{
@@ -95,6 +112,7 @@ html {
background-color: #13171f;
color: #ffffff;
font-family: Arial, sans-serif;
padding: 10px;
}
.album-details {
@@ -176,4 +194,8 @@ i {
cursor: pointer;
font-size: 14px;
border-radius: 4px;
}
}
article, article header, article footer{
background-color: #444;
}