-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonline food delivery.css
135 lines (112 loc) · 3.29 KB
/
online food delivery.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
*{
margin: 0;
padding: 0;
}
body{
background: rgba(0, 0, 0, 0.4) url("https://png.pngtree.com/background/20230611/original/pngtree-anime-foods-picture-image_3169686.jpg");
background-size: cover;
background-blend-mode: darken;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.container{
display: flex;
align-items: center;
justify-content: space-between;
}
.container h1{
background: url(https://img.freepik.com/premium-photo/spring-floral-border-background-green-with-leaf-watercolor-illustration_629685-2559.jpg);
cursor: pointer;
font-size: 70px;
border-radius: 10px 30px 20px 5px;
}
.navbar ul li{
display: inline-block;
padding: 18px;
text-transform: uppercase;
}
.navbar ul li a{
text-decoration: none;
color: #fff;
padding: 4px;
transition: 3.5s;
}
.navbar ul li a:hover{
box-shadow: 0 3px 50px orangered inset,0 3px 50px orangered inset,0 3px 50px orangered inset,0 3px 50px orangered inset;
}
.home{
background: url(https://t4.ftcdn.net/jpg/05/64/99/95/360_F_564999540_XdTvqLGDpneB3v4ifz0SZgzxMOFmfoVo.jpg);
}
.about{
background: url(https://t4.ftcdn.net/jpg/05/64/99/95/360_F_564999540_XdTvqLGDpneB3v4ifz0SZgzxMOFmfoVo.jpg);
}
.gallery{
background: url(https://t4.ftcdn.net/jpg/05/64/99/95/360_F_564999540_XdTvqLGDpneB3v4ifz0SZgzxMOFmfoVo.jpg);
}
.offers{
background: url(https://t4.ftcdn.net/jpg/05/64/99/95/360_F_564999540_XdTvqLGDpneB3v4ifz0SZgzxMOFmfoVo.jpg);
}
.menu{
background: url(https://t4.ftcdn.net/jpg/05/64/99/95/360_F_564999540_XdTvqLGDpneB3v4ifz0SZgzxMOFmfoVo.jpg);
}
.content{
position: absolute;
color: white;
top: 40%;
left: 30%;
}
.content h3{
font-family: sans-serif;
font-size: 20px;
margin-left:5px;
}
.content h1{
font-size: 50px;
}
.content p{
text-align: center;
margin-top: 17px;
}
.search{
position: absolute;
margin-top: 26%;
margin-left: 42%;
padding: 5px 20px;
width: 400px;
height: 20px;
}
.search input{
outline: none;
border: none;
padding: 15px 40px;
size: 1em;
width: 100%;
background: url(https://img.pikbest.com/backgrounds/20190821/oil-paint-brush-color-mixing-background_2759215.jpg!sw800);
border-radius: 20px;
}
.submit{
position: absolute;
margin-top: 31%;
margin-left: 49%;
}
.submit a{
text-decoration: none;
color: black;
font-size: 25px;
padding: 15px 35px;
background: url(https://as2.ftcdn.net/v2/jpg/05/58/82/17/1000_F_558821789_xpxfkz3GEue4xtCcH54VINA5NGmwkEcg.jpg);
border-radius: 20px 5px;
}
.signin{
padding: 5px 20px;
border: 2px solid lightgreen;
background: url(https://e0.pxfuel.com/wallpapers/500/941/desktop-wallpaper-vintage-floral-frame-powerpoint-templates-black-border-frames-ppt-background-and-templates-vintage-flower-frame.jpg);
color: #fff;
border-radius: 20px;
}
.signup{
padding: 5px 20px;
border: 2px solid lightgreen;
background: url(https://e0.pxfuel.com/wallpapers/500/941/desktop-wallpaper-vintage-floral-frame-powerpoint-templates-black-border-frames-ppt-background-and-templates-vintage-flower-frame.jpg);
color: #fff;
border-radius: 20px;
}