File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,31 @@ a:hover {
27
27
}
28
28
29
29
# random {
30
- background-color : # c0c0c0 ;
30
+ font-family : Helvetica;
31
+ font-size : 14px ;
32
+ background-color : # d3d3d3 ;
33
+ border : 0.5px solid # aaa ;
31
34
padding : 10px ;
32
35
margin-left : 2px ;
33
36
}
34
37
38
+ input # search-button {
39
+ font-family : Helvetica;
40
+ font-size : 14px ;
41
+ background-color : # d3d3d3 ;
42
+ border : 0.5px solid # aaa ;
43
+ padding : 2px 6px ;
44
+ margin-left : 2px ;
45
+ }
46
+
47
+ .search-icon > a {
48
+ color : # 000 ;
49
+ }
50
+
51
+ .search-icon > a : hover {
52
+ text-decoration : none;
53
+ }
54
+
35
55
h1 {
36
56
font-size : 52px ;
37
57
color : # fff ;
@@ -58,11 +78,6 @@ main {
58
78
# random {
59
79
text-align : center;
60
80
display : inline-block;
61
- text-decoration : none;
62
- }
63
-
64
- img {
65
- text-align : center;
66
81
}
67
82
68
83
.results {
You can’t perform that action at this time.
0 commit comments