最新回答 / Leebours
可以设置下font-weight,代码:.mainDiv:hover{font-weight:bolder;} 。然后字体想跟图片上的一样就设置一下font-famliy,body{font-family: 'Microsoft YaHei', Verdana, Geneva, sans-serif;}transition 的all关键字就是让transition作用于这个class或者id的所有属性transition是过渡效果,写在hover里面是为了当鼠标划过div时,hover中属性的变化有过...
2016-11-29
最新回答 / everynewday
/* css3 让一个图片不断翻转示例代码 */#gavinPlay{ /* background:color url x y repeat 图片来自百度图片,按需要更换 */ background:red url("https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=2406548182,3889596045&fm=80") center no-repeat; /* background-size:auto auto || cover 代表以宽或高填满元素...
2016-10-28
建议大家写css样式(分文件写)时利用LiveStytle工具,这样就可以不用在编辑器和浏览器来回切换看效果。大大的节省时间和精力。慕课网里有相关的课程~~
2016-10-27