-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresturants.css
44 lines (38 loc) · 1.27 KB
/
resturants.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
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.restaurants-bg-container {
background-image: url('https://cdn.siasat.com/wp-content/uploads/2022/02/Untitled-design-58-1-780x470.png');
height: 100vh;
background-size: cover;
}
.restaurants-main-heading {
color: black;
font-family: Bree Serif;
font-size: 38px;
font-weight: 500;
}
.restaurants-paragraph {
font-size: 20px;
font-weight: 500;
color: grey;
}
.restaurants-card-container {
text-align: center;
background-color: white;
padding: 5px;
border-radius: 25px;
background-size: cover;
}
.button {
height: 36px;
width: 148px;
font-size: 20px;
border-radius: 20px;
border-width: 0px;
border-style: solid;
}
.unorder-list {
list-style-type: disc;
color: white;
font-size: 20px;
font-family: Bree Serif;
}