@@ -80,4 +80,118 @@ body{
8080 -moz-border-radius : 100% ;
8181 -ms-border-radius : 100% ;
8282 -o-border-radius : 100% ;
83+ }
84+ .card-container {
85+ background-color : # f4f7f9 ;
86+ padding-top : 64px ;
87+ padding-bottom : 64px ;
88+ }
89+ .main-head {
90+ display : flex;
91+ flex-direction : column;
92+ }
93+ .main-head-container {
94+ display : flex;
95+ justify-content : space-between;
96+ margin : 0 40px 0 40px ;
97+ }
98+ .main-head-s1 {
99+ color : # 141618 ;
100+ font-size : 2.25rem ;
101+ font-weight : 400 ;
102+ }
103+ .main-head-s2 {
104+ color : rgba (0 , 0 , 0 , .6 );
105+ font-size : 1rem ;
106+ font-weight : 400 ;
107+ }
108+ .Browse-all {
109+ background-color : # 316aff ;
110+ border-color : # 316aff ;
111+ font-size : .875rem ;
112+ font-weight : 500 ;
113+ border-width : 1px ;
114+ text-transform : uppercase;
115+ justify-content : center;
116+ align-items : center;
117+ padding : 16px 24px ;
118+ transition : all .1s ease-in-out;
119+ color : # fff ;
120+ border-radius : 0.5rem ;
121+ -webkit-border-radius : 0.5rem ;
122+ -moz-border-radius : 0.5rem ;
123+ -ms-border-radius : 0.5rem ;
124+ -o-border-radius : 0.5rem ;
125+ }
126+ .post-container {
127+ margin : 48px 40px 0 40px ;
128+ display : grid;
129+ grid-template-columns : 383px 383px 383px ;
130+ grid-template-rows : 480px 480px 480px ;
131+ gap : 30px ;
132+
133+
134+ }
135+ .post-stub {
136+ background-color : # fff ;
137+ text-align : center;
138+ width : 383px ;
139+ height : 480px ;
140+
141+ box-shadow : 0 20px 25px -5px rgba (0 , 0 , 0 , 0.1 ), 0 10px 10px -5px rgba (0 , 0 , 0 , 0.04 );
142+ border-radius : 0.5rem ;
143+ -webkit-border-radius : 0.5rem ;
144+ -moz-border-radius : 0.5rem ;
145+ -ms-border-radius : 0.5rem ;
146+ -o-border-radius : 0.5rem ;
147+ }
148+ .post-title-h2 , .button-js {
149+ text-decoration : none;
150+ }
151+ .date-tag {
152+ display : flex;
153+ justify-content : space-between;
154+ align-items : flex-end;
155+ margin : 50px 0px 0 0px ;
156+ }
157+ .tags {
158+ font-size : 14px ;
159+ border-radius : 0.2rem ;
160+ margin-top : 8px ;
161+ width : 80px ;
162+ height : 25px ;
163+ text-align : center;
164+ background-color : # 316aff ;
165+ margin-right : 20px ;
166+ padding : 8px 10px 8px 10px ;
167+ -webkit-border-radius : 0.2rem ;
168+ -moz-border-radius : 0.2rem ;
169+ -ms-border-radius : 0.2rem ;
170+ -o-border-radius : 0.2rem ;
171+ }
172+ .button-js {
173+ text-align : center;
174+ font-weight : 700 ;
175+ height : 20px ;
176+ color : # fff ;
177+ padding : px 10px 8px 10px ;
178+ }
179+ .post-meta {
180+ align-self : flex-end;
181+ }
182+ .post-img {
183+ width : 230px ;
184+ height : 230px ;
185+ margin-top : 48px ;
186+ border-radius : 9999px ;
187+ -webkit-border-radius : 9999px ;
188+ -moz-border-radius : 9999px ;
189+ -ms-border-radius : 9999px ;
190+ -o-border-radius : 9999px ;
191+ }
192+ .post-title-h2 {
193+ height : 56px ;
194+ color : # 141618 ;
195+ font-size : 22px ;
196+ font-weight : 400 ;
83197}
0 commit comments