You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
654 B
42 lines
654 B
body{
|
|
margin: 0; /* pour éviter les marges */
|
|
text-align: center; /* pour corriger le bug de centrage IE */
|
|
background-color: #9DD9D2;
|
|
|
|
}
|
|
.myInput{
|
|
background-color: #ff8500;
|
|
height: 0px;
|
|
width: 0px;
|
|
}
|
|
h1 {
|
|
font-size: 4em;
|
|
font-weight: 700;
|
|
font-family: 'Titillium Web';
|
|
text-align: center;
|
|
}
|
|
table {
|
|
margin: auto;
|
|
}
|
|
td {
|
|
width: 100px;
|
|
height: 100px;
|
|
text-align: center;
|
|
font-size: 4em;
|
|
}
|
|
|
|
td:nth-last-of-type(2) {
|
|
border-left: 2px solid black;
|
|
border-right: 2px solid black;
|
|
}
|
|
|
|
tr:nth-last-of-type(2) td{
|
|
border-top: 2px solid black;
|
|
border-bottom: 2px solid black;
|
|
}
|
|
|
|
p{
|
|
text-align: center;
|
|
color: #F43C3F
|
|
}
|