-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
22 lines (20 loc) · 1.35 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
div#memory_board{
background: #CCC;
border: #999 1px`;
width: 800px;
height: 540px;
padding: 25px;
margin: 0px auto;
}
div#memory_board > div{
background: url("chip.png") no-repeat;
border: #000 1 px solid;
width: 71px;
height: 71px;
float: left;
margin: 10px;
padding: 20px;
font-size: 64px;
cursor: pointer;
text-align: center;
}