-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (57 loc) · 1.14 KB
/
style.css
File metadata and controls
63 lines (57 loc) · 1.14 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
body {
background-color: #000;
}
#container {
margin: auto;
background-color: #fff;
text-align: center;
width: 35%;
border-width: 10px;
border-style: solid;
border-color: #7a297a;
padding-top: 15px;
}
#show {
margin: auto;
width: 65%;
padding: 30px;
background-color: #7a297a;
margin-bottom: 15px;
box-shadow: 2px 2px 2px #000;
}
button {
display: inline-block;
margin-bottom: 5px;
margin-left: 15px;
width: 50px;
padding: 10px;
background-color: #cacaca;
color: #000;
border: none;
font-family: Verdana;
font-size: 15pt;
box-shadow: 1px 1px 1px 1px #000;
}
#result {
background-color: #09acac;
color: #fff;
}
#limpar,
#dividir,
#mult,
#mais,
#elevar,
#raiz,
#arredon,
#menos {
background-color: #cacaca;
color: #000;
}
#show {
color: #fff;
font-size: 20pt;
}
h2{
color: #aaa9a9;
text-align: center;
}