-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory.css
More file actions
36 lines (36 loc) · 741 Bytes
/
memory.css
File metadata and controls
36 lines (36 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#langage {
display: none;
}
body {
text-align: center;
background-color: #f08256;
}
header {
text-align:end;
}
table {margin: auto}
.clicked {
/*outline: dashed blue 3px;*/
/*filter: opacity(50%);*/
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
img {
margin: 15px;
}
img.OK, button.clicked {
outline: none;
filter: none;
box-shadow: rgb(85, 91, 255) 0px 0px 0px 3px, rgb(31, 193, 27) 0px 0px 0px 6px, rgb(255, 217, 19) 0px 0px 0px 9px, rgb(255, 156, 85) 0px 0px 0px 12px, rgb(255, 85, 85) 0px 0px 0px 15px;
}
select {
font-size: 1.2em;
background: #A4C2E3;
border-radius: 5px;
}
button {
font-size: 2em;
background-color: #48beb3;
}
.theClickedCards {
outline: outset #a00 10px;
}