-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
104 lines (90 loc) · 1.45 KB
/
styles.css
File metadata and controls
104 lines (90 loc) · 1.45 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
body {
background-color: rgb(20, 8, 61);
}
.container {
display: flex;
align-items: center;
gap: 10px;
}
.dot {
height: 25px;
width: 25px;
background-color: white;
border-radius: 50%;
}
.dot2 {
height: 50px;
width: 50px;
background-color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.i-dot {
border-radius: 50%;
background-color:rgb(20, 8, 61);
width: 50%;
height: 50%;
}
.dot3 {
height: 25px;
width: 25px;
background-color: rgb(20, 8, 61);
border-radius: 50%;
display: inline-block;
margin-left: 30px;
margin-top: 30px;
}
.heading {
margin-left: 50px;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
gap: 20px;
display: flex;
}
.hollow_circle {
border-radius: 50%;
height: 30px;
width: 30px;
background: #cccccc;
}
.open {
font-family: "Poppins", sans-serif;
color: white;
font-size: 30px;
margin-left: 4px;
}
.dine {
font-family: "Merriweather", serif;
color: white;
margin-top: 20px;
margin-left: 50px;
font-size: 35px;
}
.para {
color: white;
margin-top:6px;
margin-left: 50px;
font-family: "Nunito", sans-serif;
font-size: 25px;
}
.btn {
margin-left: 50px;
height: 70px;
width: 500px;
font-family: "Nunito", sans-serif;
font-weight: 600;
font-size: 25px;
border-radius: 7px;
margin-top: 15px;
}
.image {
width: 46%;
margin-top: 10px;
height: 300px;
}
.imgs{
width:200px;
}