Add files via upload
This commit is contained in:
parent
a4a668c08d
commit
085bb6fea0
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue