Skip to content

Commit c24756f

Browse files
authored
Update style.css
1 parent fdc974c commit c24756f

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

styles/style.css

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,31 @@ a:hover {
2727
}
2828

2929
#random {
30-
background-color: #c0c0c0;
30+
font-family: Helvetica;
31+
font-size: 14px;
32+
background-color: #d3d3d3;
33+
border: 0.5px solid #aaa;
3134
padding: 10px;
3235
margin-left: 2px;
3336
}
3437

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+
3555
h1 {
3656
font-size: 52px;
3757
color: #fff;
@@ -58,11 +78,6 @@ main {
5878
#random {
5979
text-align: center;
6080
display: inline-block;
61-
text-decoration: none;
62-
}
63-
64-
img {
65-
text-align: center;
6681
}
6782

6883
.results {

0 commit comments

Comments
 (0)