Skip to content

Commit d379754

Browse files
committed
collections
1 parent 313d7e9 commit d379754

1 file changed

Lines changed: 46 additions & 32 deletions

File tree

css/style.css

Lines changed: 46 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -153,52 +153,66 @@ button:hover {
153153
flex-direction: column;
154154
}
155155
.container_devices-li-last-child {
156-
156+
margin-right: 2rem;
157157
}
158-
/*grid*/
159-
160-
/* .container {
161-
text-align: center; */
162-
163-
164-
#sub {
165-
padding: 25px 0;
166-
margin-top: 20px;
167-
font-size: larger;
168-
158+
.container_image {
159+
width: 130px;
160+
height: 130px;
161+
align-self: center;
169162
}
170-
171-
.column {
163+
.container_caption-h3 {
164+
font-weight: 400;
165+
font-size: 1.563rem;
166+
margin: 2.5rem 0px 1.87rem;
167+
text-align: center;
168+
}
169+
.text_footer1 {
170+
background-color: #fff;
171+
overflow: auto;
172+
padding-bottom: 9.375rem;
172173
display: flex;
173-
justify-content: space-evenly;
174+
justify-content: center;
174175
align-items: center;
175-
}
176176

177-
178-
/* footer layout */
179-
180-
footer {
181-
text-align: center;
182-
margin-top: 60px;
183177
}
184-
185-
.icons {
178+
.footer {
179+
width: 40%;
180+
flex-direction: center;
181+
font-size: 23px;
182+
}
183+
.s_media-collections {
186184
display: flex;
187185
justify-content: center;
188186
align-items: center;
187+
flex-direction: column;
189188
}
190-
191-
.icon {
192-
width: 20px;
193-
margin: 0.1rem;
194-
border: 1px solid lightgrey;
195-
border-radius: 40px;
189+
.s_media_contner-li {
190+
border-radius: 50%;
191+
width: 2.75rem;
192+
height: 2.75rem;
193+
display: inline-block;
194+
margin: 1rem 5px;
195+
border: 3px solid #EAEBEC;
196+
padding: 0.1rem 0.1;
197+
text-align: center;
198+
font-size: 25px;
199+
}
200+
.s_media_icons-li:hover {
201+
cursor: pointer;
202+
}
203+
204+
.s_media.copy {
205+
font-size: 0.9rem;
206+
font-weight: 300;
207+
color: #838994;
196208
}
197209

198-
#copyright{
210+
211+
212+
/* #copyright{
199213
color: lightgrey;
200214
font-weight: lighter;
201-
}
215+
} */
202216

203217

204218

0 commit comments

Comments
 (0)