-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 769 Bytes
/
style.css
File metadata and controls
44 lines (39 loc) · 769 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
43
44
body, html {
margin: 0;
padding: 0;
}
img {
width: 30%;
display: block;
margin: 100px auto 20px;
min-width: 272px;
}
input {
box-sizing: border-box;
display: block;
border-radius: 24px;
border: 1px solid rgb(223, 225, 229);
height: 44px;
margin: 0 auto 29px;
max-width: 564px;
width: 90%;
padding-left: 30px;
font-size: 16px;
}
button {
box-sizing: border-box;
margin-top: 0;
padding: 0 16px;
font-size: 14px;
height: 36px;
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
cursor: pointer;
}
button:first-of-type {
margin-right: 8px;
margin-left: calc(50% - 131.5px);
}
button::hover {
cursor: pointer;
}