Skip to content

Commit d3a8df5

Browse files
committed
APP
1 parent c44241f commit d3a8df5

File tree

910 files changed

+212251
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

910 files changed

+212251
-0
lines changed

Restaurant/css/inovative.jpg

823 KB
Loading

Restaurant/css/new.jpg

485 KB
Loading

Restaurant/css/new10.jpg

1.04 MB
Loading

Restaurant/css/new11.jpg

3.95 MB
Loading

Restaurant/css/new12.jpg

1.16 MB
Loading

Restaurant/css/new13.jpg

3.26 MB
Loading

Restaurant/css/new14.jpg

2.98 MB
Loading

Restaurant/css/new15.jpg

1.26 MB
Loading

Restaurant/css/new16.jpg

3.71 MB
Loading

Restaurant/css/new2.jpg

3 MB
Loading

Restaurant/css/new3.jpg

3.56 MB
Loading

Restaurant/css/new4.jpg

6.09 MB
Loading

Restaurant/css/new5.jpg

3.21 MB
Loading

Restaurant/css/new6.jpg

2.29 MB
Loading

Restaurant/css/new7.jpg

609 KB
Loading

Restaurant/css/new8.jpg

411 KB
Loading

Restaurant/css/new9.jpg

1.99 MB
Loading

Restaurant/css/style.css

+277
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
2+
3+
body{
4+
height: 100vh;
5+
background-size: cover;
6+
background-position: center;
7+
margin: 50px;
8+
background: 50% url(inovative.jpg);
9+
background-size: 100% ;
10+
background-position:center;
11+
margin: 0;
12+
padding: 0;
13+
14+
}
15+
h1{
16+
text-align: center;
17+
color: red;
18+
font-weight:1000;
19+
margin-top: 10px;
20+
font-family: Calibri;
21+
22+
}
23+
p{
24+
25+
text-align: center;
26+
color: white;
27+
font-size: 25px;
28+
font-weight:1000;
29+
font-family: Calibri;
30+
31+
}
32+
33+
.logo{
34+
border-radius: 5px;
35+
background-color:white;
36+
font-size: 16px;
37+
border: 1px solid black;
38+
width: 25%;
39+
height: 30px;
40+
}
41+
.btn{
42+
font-family: sans-serif;
43+
background: red;
44+
margin: 20px 12px 10px;
45+
text-align: center;
46+
display: block;
47+
border: 1px;
48+
padding: 5px 10px 5px;
49+
color: white;
50+
border-radius: 10px;
51+
font-size: 20px;
52+
}
53+
.btn:hover{
54+
background-color: black;
55+
cursor: pointer;
56+
}
57+
58+
.main-page {
59+
width: 110px;
60+
position: absolute;
61+
top: 10%;
62+
left : 80%;
63+
margin: 0 auto 100px;
64+
padding: 20px;
65+
text-align: center;
66+
transform: translate(-50%,-50%);
67+
68+
}
69+
.main-page input[type="button"]{
70+
float: left;
71+
border: none;
72+
margin-left: 500%;
73+
margin: 20px 12px 10px;
74+
text-align: center;
75+
padding: 4px 10px 2px;
76+
outline:none;
77+
transition: 0.25s;
78+
font-family:Trebuchet MS;
79+
font-size: 20px;
80+
font-weight: 1000;
81+
background-color: Transparent;
82+
color: white;
83+
}
84+
.main-page input[type="button"]:hover{
85+
cursor: pointer;
86+
background: black;
87+
}
88+
.login-page{
89+
width:250px;
90+
height: 300px;
91+
position: absolute;
92+
z-index: 1;
93+
background-color:black;
94+
top: 30%;
95+
left : 80%;
96+
margin: 0 auto 10px;
97+
padding: 40px;
98+
text-align: center;
99+
transform: translate(-50%,-50%);
100+
color: white;
101+
102+
}
103+
.login-page input[type="text"]{
104+
border: none;
105+
outline: none;
106+
background: none;
107+
color: white;
108+
font-size: 16px;
109+
width: 80%;
110+
margin: 0 10px;
111+
border-bottom: 1px solid white;
112+
}
113+
.login-page input[type="password"]{
114+
border: none;
115+
outline: none;
116+
background: none;
117+
color: white;
118+
font-size: 16px;
119+
width: 80%;
120+
margin: 0 10px;
121+
border-bottom: 1px solid white;
122+
}
123+
124+
.login-page input[type="button"]{
125+
126+
border: none;
127+
margin-left: 500%;
128+
margin: 20px 12px 10px;
129+
text-align: center;
130+
padding: 4px 10px 2px;
131+
outline:none;
132+
transition: 0.25s;
133+
font-family:sans-serif;
134+
font-size: 20px;
135+
font-weight: 700;
136+
background-color: red;
137+
color: black;
138+
border-radius: 10px;
139+
140+
}
141+
.login-page input[type="button"]:hover{
142+
cursor: pointer;
143+
background: white;
144+
}
145+
146+
.login-page a{
147+
text-decoration: none;
148+
font-size: 16px;
149+
line-height: 20px;
150+
color: #00FFFF;
151+
152+
}
153+
.login-page a:hover{
154+
cursor: pointer;
155+
color: white;
156+
}
157+
158+
.signup-page {
159+
width:250px;
160+
height: 300px;
161+
position: absolute;
162+
z-index:1px;
163+
background-color:black;
164+
top: 30%;
165+
left : 80%;
166+
margin: 0 auto 10px;
167+
padding: 40px;
168+
text-align: center;
169+
transform: translate(-50%,-50%);
170+
color: white;
171+
}
172+
173+
.signup-text {
174+
border: none;
175+
outline: none;
176+
background: none;
177+
color: white;
178+
font-size: 16px;
179+
width: 80%;
180+
margin: 0 10px;
181+
border-bottom: 1px solid white;
182+
}
183+
.signup-password {
184+
border: none;
185+
outline: none;
186+
background: none;
187+
color: white;
188+
font-size: 16px;
189+
width: 80%;
190+
margin: 0 10px;
191+
border-bottom: 1px solid white;
192+
193+
}
194+
.signup-button {
195+
border: none;
196+
background-color: Transparent;
197+
margin: 20px 12px 10px;
198+
text-align: center;
199+
padding: 4px 10px 2px;
200+
outline:none;
201+
transition: 0.25s;
202+
font-family:sans-serif;
203+
font-size: 20px;
204+
font-weight: 700;
205+
background-color: red;
206+
color: black;
207+
border-radius: 10px;
208+
209+
}
210+
.signup-button:hover{
211+
cursor: pointer;
212+
background: white;
213+
}
214+
table,tr,th,td {
215+
margin-top: 20px;
216+
background: white;
217+
border: 1px solid black;
218+
padding:10px 10px 10px;
219+
}
220+
.homepage{
221+
background: white;
222+
}
223+
ul{
224+
list-style: none;
225+
}
226+
li{
227+
width: 200px;
228+
height: 30px;
229+
background-color: rgb(240, 47, 47);
230+
text-align:center;
231+
margin-right:5px;
232+
line-height: 30px;
233+
float: left;
234+
border: none;
235+
}
236+
li:hover{
237+
background-color: coral;
238+
cursor: pointer;
239+
}
240+
a {
241+
text-decoration: none;
242+
}
243+
ul li ul li{
244+
display: none;
245+
}
246+
ul li:hover ul li {
247+
display: block;
248+
background-color: bisque;
249+
250+
}
251+
ul li a:hover{
252+
background-color: azure;
253+
}
254+
255+
256+
body
257+
{ background-image: image("inovative.jpg");
258+
font-family: Arial;
259+
font-size: 10pt;
260+
}
261+
table
262+
{ inline-size: auto;
263+
border: 1px solid #ccc;
264+
border-collapse: collapse;
265+
}
266+
table th
267+
{
268+
background-color: #F7F7F7;
269+
color: #333;
270+
font-weight: bold;
271+
}
272+
table th, table td
273+
{
274+
padding: 15px;
275+
border: 1px solid #ccc;
276+
background-color: rebeccapurple;
277+
}

Restaurant/css/zomato.jpg

18.1 KB
Loading

Restaurant/css/zomatologo.png

6.44 KB
Loading

0 commit comments

Comments
 (0)