t7 pour score fixe mais a changer
This commit is contained in:
parent
3169b33d97
commit
c7750c5334
3 changed files with 20 additions and 9 deletions
13
css/t7.css
13
css/t7.css
|
|
@ -51,13 +51,24 @@ td, th {
|
|||
|
||||
}
|
||||
table.table_magasin{
|
||||
|
||||
width: 150px;
|
||||
padding: 12px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
a{
|
||||
color: #fda500;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #e74c3c;
|
||||
}
|
||||
|
||||
div.score_button{
|
||||
|
||||
background-color: #8a9198;
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
}
|
||||
14
index.html
14
index.html
|
|
@ -18,16 +18,16 @@
|
|||
<script src="./js/alerte.js"></script>
|
||||
<script src="./js/collegue.js"></script>
|
||||
<div id="confetti-container"></div>
|
||||
<div id="score_button" class="score_button">
|
||||
<div id="div_score" style=" display: flex; justify-content: center;">
|
||||
|
||||
<div id="div_score" style=" display: flex; justify-content: center;">
|
||||
</div>
|
||||
|
||||
<div id="div_button" style="display: flex; justify-content: center;" class="bouton_score">
|
||||
|
||||
<button id="bouton-prof" onclick="leBoostDuProf()">Le Méga Boost du Prof</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="div_button" style="display: flex; justify-content: center;" class="bouton_score">
|
||||
|
||||
<button id="bouton-prof" onclick="leBoostDuProf()">Le Méga Boost du Prof</button>
|
||||
</div>
|
||||
|
||||
<table id="table_magasin_technologies" class="table_magasin">
|
||||
<thead id="table_magasin_technologies_head">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue