HTML checker

This commit is contained in:
2024-01-19 15:42:41 +01:00
parent a7fd97c3f1
commit 736db908be
8 changed files with 104 additions and 74 deletions

View File

@@ -20,8 +20,20 @@ a{
outline: none;
}
#titre{
margin: 0;
position: absolute;
top: 75vh;
left: 5vw;
}
#titre p{
color: white;
margin: 0;
position: absolute;
top: 10vh;
left: 5vw;
}
#img-txt div{
display: inline-flex;

View File

@@ -14,7 +14,7 @@
#hov-partenaire{
.hov-partenaire{
position: absolute;
color: white;
font-size: 1.5rem;

View File

@@ -103,7 +103,7 @@ nav{
}
#icone{
.icone{
height: 7vh;
width: 7vw;
}
@@ -150,7 +150,7 @@ nav li{
}
.page p:not(:hover){transition: color linear 0.7s;transition: transform ease 0.4s ;}
#page_courante{
.page_courante{
color: gold;
background-color: rgba(255,0,0,0.2);
}