-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
98 lines (79 loc) · 1.3 KB
/
index.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
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
.header {
display: flex;
justify-content: space-between;
border: 1px solid red;
}
.logo {
width: 100px;
margin: 10px;
}
.nav-items > ul {
display: flex;
}
.nav-items > ul > li {
margin: 10px;
padding: 5px;
font-size: 20px;
list-style: none;
}
.resturant-card:hover {
border: 1px solid #bab8b8f0;
}
.resturant-card {
justify-content: center;
width: 200px;
margin: 10px;
background-color: #f0f0f0f0;
padding: 15px;
}
.shimmer-card {
justify-content: center;
width: 200px;
height: 300px;
margin: 10px;
background-color: #f0f0f0f0;
padding: 15px;
}
.resturant-card {
justify-content: center;
width: 200px;
margin: 10px;
background-color: #f0f0f0f0;
padding: 15px;
}
.resturant-logo {
width: 100%;
height: 50%;
}
.resturant-container {
display: flex;
flex-wrap: wrap;
}
.search {
margin: 10px;
display: flex;
}
.filter {
margin: 0 10px;
}
.resturant-cuisines {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.user-card {
padding: 0 10px;
width: 300px;
border: 1px solid black;
}
.no-decoration{
text-decoration: none;
}
.avatar {
margin: 10px;
width: 200px;
} */