-
Notifications
You must be signed in to change notification settings - Fork 1
/
estilo.css
69 lines (60 loc) · 1.07 KB
/
estilo.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
html{
text-align: center;
font-family: arial;
background-color: grey;
}
h1{
font-size: 28px;
background-color:#9ad1d6;
margin: auto;
font-style: bold;
width: 580px;
padding: 40px 200px 30px 120px;
}
.container {
width: 900px;
padding: 48px 30px 200px 30px;
margin: auto;
border: solid 3px;
Background-image: url("posto2.jpg")
}
.block1{
font-size: 19px;
color: red;
font-family: monospace;
font-style: oblique;
width: 240px;
padding: 40px 50px 60px 40px;
margin: auto;
border: solid 7px;
overflow: auto;
float: left;
background-image: url("bomb.jpg");
}
.block2{
font-size: 19px;
color: whitesmoke;
font-family: monospace;
font-style: oblique;
width: 240px;
padding: 67px 50px 60px 40px;
margin: auto;
border: solid 7px;
overflow: auto;
float: right;
background-image: url("cifrao.jpg");
}
.calculation{
padding: 400px 50px 10px 5px;
float: unset;
}
#result {
display:none;
}
#status {
margin-top: 120px;
text-align: center;
}
#textstatus {
margin-left: -60px;
}