-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (123 loc) · 2.3 KB
/
style.css
File metadata and controls
127 lines (123 loc) · 2.3 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
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
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
h3{
/* font: bold 20px tahoma; */
font-family: 'poppins', sans-serif;
font-size: 20px;
margin: 0% auto 30px;
}
.page_heading{
margin: 20px;
font: bold 25px tahoma;
text-align: center;
}
body{
text-align: center;
background: rgb(245, 241, 241);
}
.container{
width: 1000px; max-width: 960px;
border-radius: 20px;
text-align: left;
margin:40px auto 0px;
background: #fff;
}
.header{
width: 100%; height: 100px;
display: flex;
justify-content: space-around;
/* border: 2px solid black; */
align-items: center;
}
.header h3{
margin: 20px;
}
.header img{
width: 15%;
/* border: 3px solid black; */
height: 70px;
margin: 25px;
}
.nav{
width: 100%; height: 100px;
/* border: 1px solid black; */
height: auto;
}
nav li{
display: inline-block;
list-style: none;
padding: 20px;
}
.form_container label{
font: bold 17px tahoma;
margin: 15px;
}
.form_container input{
height: 40px; width: 50%;
margin: 10px auto;
}
.form_container input{
margin-left: 60px;
outline: 0px;
border-bottom: 1px solid black;
color: #242121;
}
.form_container button{
margin-left: 40%;
text-align: center;
margin-bottom: 30px;
}
footer{
text-align: center;
margin: 20px;
font: bold 15px tahoma;
}
.foodtable{
/* border: 2pz solid blue; */
width: 1000px;
}
table{
width: 960px;
display: flex;
justify-content: space-around;
/* border: 1px solid black; */
}
.foodtable img{
width: 250px; height: 250px;
padding: 25px;
display: flex;
}
table th {
font: bold 15px tahoma;
/* border: 2px solid black; */
}
table td {
/* font: bold 20px tahoma; */
/* border: 2px solid black; */
padding: 20px;
font-family: sans-serif;
font-size: 15px;
}
.vid{
display: flex;
justify-content: space-around;
margin: 2px; padding: 5px;
}
.main_section{
display: -webkit-box;
-webkit-box-orient: horizontal;
}
article h3{
margin: 20px;
}
article li{
list-style-type: none;
margin: 20px;
}
aside{
margin-left: 30%;
margin-top: 20px;
}