Compare commits
No commits in common. "61ae8489f9c8a9cc82c1f05cb927fbe6c8c9e296" and "e75a7c0d5184741d7c37e78c4bab563d0c7ac407" have entirely different histories.
61ae8489f9
...
e75a7c0d51
2 changed files with 10 additions and 12 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
<div class="grille_haut"> <!-- Grille de mots -->
|
||||
<div id="ligne1">
|
||||
<div id="case11">A</div>
|
||||
<div id="case12">A</div>
|
||||
<div id="case11"></div>
|
||||
<div id="case12"></div>
|
||||
<div id="case13"></div>
|
||||
<div id="case14"></div>
|
||||
<div id="case15"></div>
|
||||
|
|
18
styles.css
18
styles.css
|
@ -1,13 +1,12 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||
|
||||
}
|
||||
header{
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||
font-size: 35px;
|
||||
color:rgb(99, 45, 23);
|
||||
font-weight: bold;
|
||||
|
@ -38,15 +37,10 @@ section{
|
|||
border-radius: 5px;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
color:rgb(99, 45, 23);
|
||||
font-weight: bold;
|
||||
font-size:30px;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
footer{
|
||||
background-color: rgb(243, 215, 199);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
position: absolute;
|
||||
|
@ -56,11 +50,15 @@ footer{
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding-top: 30px;
|
||||
justify-content: space-evenly;
|
||||
|
||||
}
|
||||
footer div {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.enter .suppr{
|
||||
width: 67px;
|
||||
width:67px;
|
||||
|
||||
.clavier div {
|
||||
padding-bottom: 5px;
|
||||
}
|
Loading…
Reference in a new issue