Compare commits
3 commits
9cccad7cb7
...
3e451fcd19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e451fcd19 | ||
|
|
be0a44d6d7 | ||
|
|
e793cb7e14 |
6 changed files with 16 additions and 1 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
|||
web: rails server
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
|
||||
allow_browser versions: :modern
|
||||
# allow_browser versions: :modern
|
||||
end
|
||||
|
|
|
|||
|
|
@ -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