Showing
1 changed file
with
0 additions
and
38 deletions
1 | -body { | ||
2 | - background: black; | ||
3 | -} | ||
4 | -.container { | ||
5 | - width: 60%; | ||
6 | - margin: 10px auto; | ||
7 | - background: #333; | ||
8 | - border-radius: 6px; | ||
9 | - overflow: hidden; | ||
10 | - box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 4px 4px rgba(0, 0, 0, 0.2); | ||
11 | -} | ||
12 | -.container input { | ||
13 | - text-align: center; | ||
14 | - width: 100%; | ||
15 | - background: transparent; | ||
16 | - border: 0; | ||
17 | - font-size: 30px; | ||
18 | - color: #fff; | ||
19 | -} | ||
20 | -.suggestions { | ||
21 | - border-top: 2px solid #999; | ||
22 | -} | ||
23 | -.suggestions > div { | ||
24 | - padding: 15px; | ||
25 | - font-size: 20px; | ||
26 | - color: #fff; | ||
27 | - border-top: 1px solid #666; | ||
28 | - cursor: pointer; | ||
29 | -} | ||
30 | -.suggestions > div:hover { | ||
31 | - background-color: #1e4dd4; | ||
32 | -} | ||
33 | -.emphy { | ||
34 | - width: 50%; | ||
35 | - margin: 40px auto; | ||
36 | - text-align: center; | ||
37 | - color: #fff; | ||
38 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment