Skip to content

Commit 0cacda5

Browse files
committed
adding styling to contact page(icons)
1 parent 4e090c4 commit 0cacda5

File tree

1 file changed

+68
-4
lines changed

1 file changed

+68
-4
lines changed

style.css

Lines changed: 68 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ h2,h3 {
1919

2020
a {
2121
color: #1976D2;
22+
text-decoration: none;
2223
}
2324

2425
.nwoc-header {
@@ -325,8 +326,71 @@ a {
325326
margin: 0 auto;
326327
}
327328

329+
/* Contact Page Start Here */
328330
.nwoc-contact {
329331
width: 160px;
332+
text-align: center;
333+
}
334+
.contact-heading{
335+
text-align: center;
336+
}
337+
338+
.nwoc-contact + p {
339+
margin-top: 15px;
340+
margin-bottom: 0;
341+
font-size: 18px;
342+
text-align: center;
343+
}
344+
345+
img.nwoc-contact{
346+
display:block;
347+
width: 50%;
348+
margin: 0 auto;
349+
}
350+
351+
.social-links{
352+
display: flex;
353+
flex-wrap: wrap;
354+
justify-content: center;
355+
align-items: center;
356+
}
357+
358+
.social-links a{
359+
font-size: 25px;
360+
padding: 12px;
361+
background-color: white;
362+
border: 2px solid rgb(167, 218, 233);
363+
border-radius: 50%;
364+
margin: 4px;
365+
transform: scale(1);
366+
transition: all 0.1s ease;
367+
}
368+
369+
.social-links a:hover{
370+
transform: scale(1.1);
371+
border: 2px solid rgb(129, 204, 227);
372+
}
373+
374+
.social-links .fa-facebook-f{
375+
color: #3b5998;
376+
margin: 2px 5px;
377+
}
378+
379+
.social-links .fa-twitter{
380+
color: #1DA1F2;
381+
}
382+
383+
.social-links .fa-github{
384+
color: black;
385+
}
386+
387+
.social-links .fa-gitter{
388+
color: #e6e8fa;
389+
margin: 1px 2px;
390+
}
391+
392+
.social-links .fa-envelope{
393+
color: #ca6363;
330394
}
331395

332396
@media screen and (max-width: 960px) {
@@ -469,9 +533,9 @@ svg {
469533
transform-box: fill-box;
470534
transform-origin: 50% 100%;
471535
}
472-
.drop1 {
536+
/* .drop1 {
473537
474-
}
538+
} */
475539
.drop2 {
476540
animation-delay: 3s;
477541
animation-duration:3s;
@@ -728,8 +792,8 @@ footer p strong {
728792
}
729793

730794

731-
.about-me-img img {
732-
}
795+
/* .about-me-img img {
796+
} */
733797

734798

735799
.authorWindow{

0 commit comments

Comments
 (0)