css 简单的社会图标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 简单的社会图标相关的知识,希望对你有一定的参考价值。

/* Simple Social Icons styling for sidebar by GeckoGrafix
----------------------------------------------------------- */
.sidebar .simple-social-icons ul li a {
	background: #1db3e2 !important;
}

.sidebar .simple-social-icons ul li a:hover {
	background-color: #ff8584!important;
}

.sidebar .simple-social-icons ul li a {
	color: #ffffff !important;
}

.sidebar .simple-social-icons ul li a:hover {
	color: #ffffff !important;
}

以上是关于css 简单的社会图标的主要内容,如果未能解决你的问题,请参考以下文章

css 简单的社会图标字体冲突修复

php 在简单的社会图标中的新图标

html 简单的CSS Hamburguer图标

css 简单的社交图标媒体查询

如何使用CSS设置标签的背景小图标 简单

简单的圆形图标鼠标hover效果 | CSS3教程