-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
64 lines (53 loc) · 1.02 KB
/
styles.css
File metadata and controls
64 lines (53 loc) · 1.02 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.main {
margin-top: 100px;
/*margin-left: auto;
margin-right: auto;
display: block;*/
}
.logo-img {
/*display: block; inline */
margin-top: 20px;
width: 285px;
display: block;
margin: auto;
}
.search-input {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
width: 600px;
display: block;
height: 40px;
padding-top: 10px;
padding-bottom: 10px;
padding-left:30px;
padding-right: 30px;
border: 1px solid #dfe1e5;
border-radius: 24px;
}
.btn-wrapper {
display: flex;
justify-content: center;
}
.btn {
margin-left: 4px;
margin-right: 4px;
margin-top: 30px;
background: #dfe1e5;
border: none;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
font-size: 14px;
}
/*body {
/*background: rgb(128, 128, 125);
color: white;
font-size: 20px;
font-weight: 10;
font-style: oblique;
text-align: justify;
margin: auto;
}