-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswigy.css
126 lines (114 loc) · 2.08 KB
/
swigy.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
*{
margin: 0%;
padding: 0%;
font-family: 'Shantell Sans', cursive;
}
.main{
display: flex;
}
.main .left{
background-color: rgb(115, 1, 92);
}
.main .left nav img{
width: 320px;
height: 230px;
margin-left: 1px;
}
.main .left nav{
display: flex;
justify-content: center;
justify-content: space-around;
}
.left nav .sign{
width: 110px;
height: 36px;
background-color: rgb(67, 2, 43);
}
.main .main-img{
width: 530px;
margin-left: 63px;
}
.main .left .txt{
margin-left: 63px;
margin-top: 77px;
color: white;
}
.left .txt h1{
font-size: 43px;
}
.left .txt p{
margin-top: 22px;
font-size: 22px;
}
.left .txt .inp{
display: flex;
margin-top: 22px;
}
.left .txt input{
width: 380px;
height: 36px;
border: 1px solid rgb(64, 2, 62);
border-right: none;
padding: 8px;
}
.left .txt .inp button{
width: 120px;
background-color: rgb(64, 2, 62);
border: none;
font-size: 18px;
color: white;
}
.card{
display: flex;
justify-content: center;
justify-content: space-around;
background-color: rgb(36, 19, 7);
text-align: center;
color: white;
padding: 44px;
}
.card .crd img{
width: 230px;
height: 250px;
}
.rest{
display: flex;
justify-content: center;
justify-content: space-around;
background-color: rgb(115,1, 92);
}
.rest img{
width: 32%;
}
.rest .text{
margin-top: 84px;
color: white;
}
.rest .text h1{
font-size: 44px;
color: white;
}
.rest .text p{
margin-top: 11px;
color: white;
}
.rest .text img{
margin-top: 22px;
}
.footer{
display: flex;
justify-content: center;
justify-content: space-around;
color: white;
background-color: black;
padding: 44px;
}
.footer .list {
margin-inline: 33px;
}
.footer .list img{
width: 53%;
border: 2px solid white;
border-radius: 4px;
margin-top: 11px;
}