-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (55 loc) · 1.03 KB
/
style.css
File metadata and controls
64 lines (55 loc) · 1.03 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
64
body{
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
background-color:#4fd8e8;
background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
}
div {
width: 700px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border: 2px solid #000;
}
#combustivel{
font-weight: bolder;
text-align: center;
margin-left: 290px;
}
h1{
text-align: center;
}
table{
text-align: center;
margin-left: 130px;
font-weight: bolder;
}
h4, h3{
text-align: center;
}
#resultado{
text-align: center;
margin-left: 300px;
font-weight: bolder;
border: 2px solid #000;
}
#litros{
text-align: center;
font-size: 17;
margin-left: 260px;
font-weight: bolder;
border: 2px solid #000;
}
label{
text-align: center;
font-weight: bolder;
margin-left: 185px;
}
p{
margin-left: 30px;
}
select{
border: 2px solid #000;
font-size: 17px;
}