-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (55 loc) · 983 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
*{
margin: 0;
padding: 0;
}
#caixa{
display: flex;
width: 260px;
height: 500px;
background-color: orange;
margin: auto;
position: relative;
top: 30px;
border-radius: 10px;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
box-shadow: 1px 1px 1px 1px #fff;
}
input{
border: none;
width: 200px;
border-radius: 20px;
background-color: #f6f6f6;
cursor: pointer;
justify-content: center;
padding-left: 10px;
}
#titulo{
font-size: 15px;
color: #fff;
text-shadow: 1px 1px 1px black;
}
.label{
padding-left: 10px;
font-size: 20px;
color: aliceblue;
text-shadow: 1px 1px 1px #000;
}
div{
margin-bottom: 10px;
}
button{
border: none;
width: 150px;
border-radius: 10px;
cursor: pointer;
}
#resposta{
text-align: center;
font-size: 15px;
}
div{
margin-bottom: 30px;
}