<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social-methods { 
	float: left;
	width: 100%;
	margin: 0;
}
.social-methods li { 
	display: inline; 
}
.social-methods li a {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	background: #00baff;
	text-align: center;
	color: #fff;
	font-size: 1.45em;
	margin: 0 5px 0 0;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.social-methods li a:hover {
	background: #0F7CA5;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}


.social-methods li a.twitter {
	background-color: #00aced;
}

.social-methods li a.facebook {
	background-color: #3b5998;
}


.social-methods li a.googleplus {
	background-color: #dd4b39;
}

.social-methods li a.linkedIn {
	background-color: #007bb6;
}</pre></body></html>