You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
454 B
10 lines
454 B
.skype-icon {
|
|
font-size: 48px; /* Increase the icon size */
|
|
display: inline-block;
|
|
border-radius: 50%; /* Create a circular shape */
|
|
border: 2px solid #fff; /* White border */
|
|
padding: 10px; /* Padding around the icon */
|
|
background-color: #00aff0; /* Skype blue background color */
|
|
color: #fff; /* White color for the icon */
|
|
text-decoration: none;
|
|
}
|