-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.css
112 lines (111 loc) · 2.12 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
*{
font-family: 'Aref Ruqaa', serif;
font-family: 'Inter', sans-serif;
font-family: 'Oswald', sans-serif;
margin: 0%;
padding: 0%;
}
li a{
color: white;
}
#find{
color: white;
}
#preloader {
background: white url(https://online.kfc.co.in/KFC_Loader_Gif.gif) no-repeat center center;
height: 100vh;
width: 100%;
position: fixed;
z-index: 100;
}
#strat_order{
display: flex;
gap: 20px;
width: 100%;
height: 70px;
background-color: #202124;
color: white;
}
#h3{
margin-top: 20px;
margin-left: 600px;
}
#btn_red{
cursor: pointer;
margin-top: 10px;
background-color: #e4002b;
width: 140px;
height: 40px;
border-radius: 20px;
border: none;
color: white;
letter-spacing: 1px;
}
.kfc-posters{
cursor: pointer;
height: 380px;
}
.threeLines {
width: 50px;
height: 30px;
background-image: repeating-linear-gradient(90deg, rgb(228, 0, 43), rgb(228, 0, 43) 10px, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 20px);
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
margin-left: 13%;
}
#HEADIng{
margin-top: 30px;
margin-left: 13%;
}
#heading_plus{
display: flex;
}
#heading_BROWSE{
margin-top: 100px;
margin-left: 16%;
}
#line_grey{
width: 67%;
height: 2px;
background-color: rgb(180, 174, 174);
margin-top: 116px;
margin-left: 10px;
}
#first_container{
margin-top: 50px;
margin-left: 300px;
width: 80%;
height: 700px;
display: grid;
grid-template-columns: repeat(4,25%);
grid-template-rows: auto;
}
#small_boxex{
cursor: pointer;
height: 300px;
margin-right: 30px;
text-align: center;
}
#small_boxex>img{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width: 100%;
}
#small_boxex>h4{
margin-top: 20px;
}
a{
text-decoration: none;
color: black
}
span {
content: "\27F6";
}
#btn_red:hover{
background-color: #e9264a;
}