Add files via upload

This commit is contained in:
HarmandI 2021-09-18 18:07:15 +02:00 committed by GitHub
parent a4a668c08d
commit 085bb6fea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,7 @@ main {
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
} }
.random { .random,.button-primary {
display: block; display: block;
margin: auto; margin: auto;
} }
@ -48,6 +48,7 @@ main {
padding: 0 18px; padding: 0 18px;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
overflow: hidden; overflow: hidden;
cursor: pointer;
} }
.active { .active {

View File

@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<!-- Liaisons du fichier JS si vous faites le bonus <!-- Liaisons du fichier JS si vous faites le bonus
--> -->
<script type="text/javascript" src="accordeon.js"></script>
<!-- TODO --> <!-- TODO -->
<!-- Liaison du Favicon <!-- Liaison du Favicon
@ -57,7 +57,7 @@
<!-- Primary buttons --> <!-- Primary buttons -->
<div class="six columns"> <div class="six columns">
<button class="button-primary" class="six columns">Acces charte</button> <button class="button-primary">Acces charte</button>
</div> </div>
</div> </div>