14 lines
No EOL
164 B
CSS
14 lines
No EOL
164 B
CSS
|
|
#footer{
|
|
text-align: center;
|
|
padding: 5% 7%;
|
|
background-color: white ;
|
|
}
|
|
|
|
.social-icon{
|
|
margin: 2px 10px;
|
|
}
|
|
|
|
.social-icon:hover{
|
|
color: pink;
|
|
} |