Add files via upload
This commit is contained in:
parent
a4a668c08d
commit
085bb6fea0
|
@ -37,7 +37,7 @@ main {
|
|||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
.random {
|
||||
.random,.button-primary {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
@ -48,6 +48,7 @@ main {
|
|||
padding: 0 18px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.active {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<link rel="stylesheet" href="css/style.css">
|
||||
<!-- Liaisons du fichier JS si vous faites le bonus
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<script type="text/javascript" src="accordeon.js"></script>
|
||||
|
||||
<!-- TODO -->
|
||||
|
||||
<!-- Liaison du Favicon
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
<!-- Primary buttons -->
|
||||
<div class="six columns">
|
||||
<button class="button-primary" class="six columns">Acces charte</button>
|
||||
<button class="button-primary">Acces charte</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue