add afond mode
This commit is contained in:
parent
be0a44d6d7
commit
3e451fcd19
4 changed files with 14 additions and 0 deletions
BIN
app/assets/images/a-fond.jpg
Normal file
BIN
app/assets/images/a-fond.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
app/assets/images/afond.jpg
Normal file
BIN
app/assets/images/afond.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
|
|
@ -31,6 +31,13 @@ body {
|
|||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.legend .bar-afond {
|
||||
background: black;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.legend .bar-creatif {
|
||||
background: red;
|
||||
width: 10px;
|
||||
|
|
@ -192,6 +199,9 @@ main {
|
|||
.croisiere {
|
||||
background-color: green;
|
||||
}
|
||||
.afond {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin: 30px;
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@
|
|||
<div class="bar-creatif"></div>
|
||||
<div class="bar-explain">Créatif</div>
|
||||
</div>
|
||||
<div class="legend-afond">
|
||||
<div class="bar-afond"></div>
|
||||
<div class="bar-explain">A fond</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue