Button 17

Home » Components » Buttons » Button 17

Button 17


/* ===== Button 17 ===== */

#button-17 .btn-social {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

#button-17 .btn-social:hover {
	transform: scale(1.1);
	transition: all .3s;
	color: #fff;
	cursor: pointer;
}

#button-17 .btn-facebook {
	background: #3B5998;
}

#button-17 .btn-google {
	background: #DB4437;
}

#button-17 .btn-twitter {
	background: #1da1f2;
}

#button-17 .btn-instagram {
	background: #dd2a7b;
}

#button-17 .btn-linkedin {
	background: #2076A8;
}