-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (39 loc) · 893 Bytes
/
style.css
File metadata and controls
42 lines (39 loc) · 893 Bytes
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
#img {
padding: 10px;
margin-top: 50px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
align-self: auto;
}
#search {
width: 50%;
font-size: 30px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
align-self: auto;
}
#Btn {
width: 20%;
font-size: 30px;
align-items: center;
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
align-self: auto;
color: white;
background-color: #1565c0;
border: 10px #1565c0 solid;
}
#By {
margin-left: auto;
margin-right: auto;
text-align: center;
color: black;
font-size: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}