me
/
Demineur
Archived
1
0
Fork 0
This repository has been archived on 2019-05-31. You can view files and clone it, but cannot push or open issues/pull-requests.
Demineur/style.css

34 lines
501 B
CSS

* {
margin: 0;
padding: 0;
}
body {
text-align: center;
}
#reset {
height: 2em;
width: auto;
}
#cases {
border-collapse: collapse;
margin: auto;
}
#cases td {
background-color: #ddd;
border: 1px solid black;
width: 2em;
height: 2em;
text-align: center;
font-weight: bold;
}
#cases form, #cases input {
width: 100%;
height: 100%;
}
#cases input {
border: 4px outset grey;
box-sizing: border-box;
}