-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.css
49 lines (47 loc) · 850 Bytes
/
mobile.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
ul{
list-style: none;
font-size: larger;
display: flex;
justify-content: center;
text-decoration: none;
}
ul li{
margin: 20px;
margin-inline: 100px;
}
ul li a{
text-decoration: none;
font-size: 20px;
line-height: 26px;
color: black;
}
form{
width: 400px;
margin: auto;
/* background-color: aqua; */
padding: 10px;
}
#search-input{
width: 50%;
padding: 10px;
border: 0;
border-radius: 10px;
outline: none;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#choose-answer{
padding: 10px 5px;
border-radius: 10px;
border: none;
outline: none;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.show-data{
max-width: 400px;
display: flex;
flex-direction: column;
margin: auto;
background-color: #fff;
margin-top: 30px;
padding: 20px;
}