-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilocss.css
79 lines (63 loc) · 1.21 KB
/
estilocss.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
69
70
71
72
73
74
75
76
77
78
79
.margem {
margin: 40px;
padding: 40px;
display: flex;
justify-content: center;
}
fieldset{
padding: 30px;
margin: 30px;
}
h2 {
font-family: 'Courier New', Courier, monospace;
font-size: 32px;
text-decoration: underline overline;
margin: 10px;
text-align: center;
}
.teclas {
margin: 10px;
padding: 5px;
}
.igual {
background-color: limegreen;
}
.op{
background-color: crimson;
}
.c {
background-color: cornflowerblue;
}
input {
width: 50px;
height: 50px;
font-size: 20px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-radius: 10px;
border-style: none;
}
.calculadora {
width: 380px;
height: 380px;
text-align: center;
border-radius: 2px;
border: 1px solid;
box-shadow: 1px 2px 1px 2px black;
}
.mostra{
border: 2px solid;
width: 350px;
border-radius: 20px;
margin-left: 13px;
}
.visor {
margin-top: 20px;
width: 350px;
border-radius: 20px;
}
footer {
font-family: 'Courier New', Courier, monospace;
color: lightslategray;
text-align: center;
margin-top: 30px;
}