-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhack_stack.css
More file actions
166 lines (166 loc) · 2.8 KB
/
Copy pathhack_stack.css
File metadata and controls
166 lines (166 loc) · 2.8 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
* {
margin: 0;
padding: 0;
}
.box1 {
display: flex;
flex-direction: row;
padding-bottom: 15px;
}
.movies {
margin-top: 20px;
margin-left: 15px;
width: 142.28px;
height: 22px;
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 22px;
color: #000000;
}
.line1 {
margin-top: 30px;
}
.line2 {
margin-left: 900px;
margin-top: 30px;
}
.btn {
border: none;
margin-left: 30px;
margin-top: 19px;
padding-left: 10px;
padding-right: 10px;
font-weight: 100;
font-size: 14px;
border-bottom-style: solid;
border-right-style: solid;
border-color: #bebebe;
}
.input {
border: none;
margin-left: 10px;
margin-top: 20px;
}
.image1 {
margin-top: 14px;
margin-left: 40px;
}
.image2 {
margin-top: 20px;
}
.center {
width: 37.03px;
height: 0px;
transform: rotate(90deg);
border: 1px solid #d4dadf;
}
input[placeholder] {
height: 18px;
width: 85px;
left: 36px;
top: 9.51px;
border-radius: nullpx;
font-family: Open Sans;
font-size: 13px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #a7aeba;
}
.line {
height: 1px;
border: 1px solid #ecf1f5;
background-color: #ecf1f5;
box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
}
.sidebar {
display: flex;
flex-direction: column;
background-color: #d4dadf;
width: 16.3%;
justify-content: space-evenly;
height: 91vh;
align-items: flex-start;
}
.text {
font-family: "Open Sans";
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #1f2a33;
}
.add {
padding: 12px 24px;
width: 152px;
height: 43px;
left: 58.21px;
top: 612px;
background: #000000;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
border-radius: 8px;
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
color: #fafafa;
gap: 10px;
margin-left: 50px;
}
.sbar {
margin-left: 50px;
}
.main1 {
display: flex;
flex-direction: row;
}
.images {
margin-left: 50px;
width: 83.7%;
margin-top: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.imgs {
height: 290px;
width: 270px;
margin-left: 50px;
background-image: url(Photo.jpg);
background-size: cover;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.category {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #0feffd;
width: 65px;
height: 24px;
background: rgba(29, 29, 29, 0.5);
border-radius: 0px 8px;
margin-top: 95px;
margin-left: 30px;
}
.rating {
margin-left: 28px;
}
.title {
font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #ffffff;
width: 205px;
height: 64px;
margin-left: 28px;
}