-
Notifications
You must be signed in to change notification settings - Fork 9
/
demo.css
57 lines (51 loc) · 940 Bytes
/
demo.css
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
html,
body {
background: #f4f4f4;
text-align: center;
padding-top: 48px;
font-family: system-ui, sans-serif;
}
.identicons {
width: 160px;
height: 160px;
display: inline-block;
margin: 8px;
/*filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));*/
}
#identicons {
width: 256px;
height: 256px;
margin: 0 auto;
display: block;
background-position: 0px 16px;
padding: 16px;
}
#words {
font-size: 24px;
width: 222px;
height: 60px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
#words-text {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.small {
padding: 4px;
width: 80px;
height: 80px;
background-position: 0px 4px;
}
input {
background: none;
outline: none;
border: none;
font-size: 40px;
font-family: inherit;
padding: 16px;
margin: 24px;
text-align: center;
}