-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (47 loc) · 850 Bytes
/
style.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
50
51
body {
display: inline-block;
max-width: 326px;
width: 90%;
}
.tituloprincipal {
text-align: center;
font-size: 50px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #0A3871;
}
input {
font-size: 30px;
border-color: #0A3871;
border-radius: 24px;
width: 270px;
height: 50px;
margin-left: 10px;
color:#0A3871
}
.button {
margin-left: 10px;
}
button {
display: inline;
flex-direction: row;
align-items: flex-start;
padding: 24px;
gap: 8px;
width: 67px;
height: 67px;
background: #FFFFFF;
border-radius: 24px;
border-color: #0A3871;
color:#0A3871;
font-size: 16px;
flex: none;
order: 0;
flex-grow: 0;
margin-top: 10px;
}
#btnlimpar {
width: 280px;
}
button:hover {
background: #cfcdcd;
}