-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcardapio.css
112 lines (93 loc) · 1.84 KB
/
cardapio.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body{
text-transform: uppercase;
background-color: #110f0f;
color: white;
font-family: arial;
margin:0px;
padding: 0px;
font-size: 14px;
}
h3{
border-bottom: orange solid 5px;
font-size: 19px !important;
text-align: center;
margin-left: 200px;
margin-right: 300px;
}
footer{
padding: 30px;
}
#footer{
background-image: url(./O-rato-verde-rato-fink-hamb-rguer-rosa-figura-de-a-o-brinquedo-modelo-colecion-vel.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 1100px;
height: 720px;
padding-bottom: 30px;
padding-right: 180px;
}
li{
list-style: none;
}
.lanche{
margin-left: 200px;
position: sticky;
}
.ingredientes{
position: relative;
left: -720px;
display: inline-block;
width: 700px;
padding-top: 20px;
}
input{
position: relative;
top: -40px;
margin-left: 900px;
}
.ingredientes{
transition-timing-function: ease;
transition-duration: 2s;
font-size: 9px;
color: white;
}
.ingredientes:hover{
transform: translateX(30px);
color:orange;
font-size: 15px;
}
.valor{
margin-right: -300px;
position: relative;
width: 100px;
position: relative;
top: -18px;
margin-left: 900px;
}
#valor{
font-size: 19px;
text-align: center;
}
#resultado{
position: relative;
left: 570px;
text-align: center;
width: 200px;
height: 90px;
background-color: white;
font-size: 70px;
color: black;
}
#confirmar{
width: 180px;
height: 80px;
position: relative;
right: -300px;
background-color: blueviolet;
font-size: 20px;
font-family: arial;
color: white;
}
#confirmar:hover{
background-color: red;;
}