Public Access
5
0
This commit is contained in:
LD
2025-11-26 14:00:12 -05:00
3 changed files with 39 additions and 5 deletions

View File

@@ -328,16 +328,22 @@ footer {
display: block;
text-align: center;
align-content: center;
}
.histoire header.introduction h1,
.histoire header.introduction p {
line-height: 5;
font-size: 2rem;
}
.histoire header.introduction div.introduction {
background-color: #13172cd5;
height: 100vh;
}
.histoire header.introduction button {
/*
.histoire header.introduction div {
color: #ffefe5;
padding: 0 16px;
margin: 0 4px;
@@ -348,16 +354,42 @@ footer {
background-color: #13172c;
}
.histoire header.introduction button a {
.histoire header.introduction div a {
display: flex;
align-items: center;
align-content: center;
text-decoration: none;
}*/
/*.histoire header.introduction div.bouton {
height: 40px;
}
.histoire header.introduction div.bouton a {
border: none;
background-color: #13172c;
text-decoration: none;
border-radius: 20px;
font-size: 1rem;
.histoire header.introduction button:hover {
height: 40px;
display: inline-block;
align-items: center;
text-decoration: none;
color: #ffefe5;
padding: 0 16px;
margin: 0 4px;
}*/
.histoire header.introduction div.introduction a {
display: inline-block;
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: 0 4px;
background-color: #13172c;
border-radius: 20px;
}
.histoire header.introduction div.introduction a:hover {
border-radius: 20px;
background-color: #b47871;
}

View File

@@ -29,7 +29,7 @@
<div class="introduction">
<h1>L'histoire de Digital Extremes</h1>
<p>Plonger dans l'histoire fascinante de Digital Extremes</p>
<a href="#goToTitre"><button>Plus d'infos</button></a>
<a href="#goToTitre">Plus d'infos</a>
</div>
</header>