
css3
文章平均质量分 73
前端hacker97
前端爱好者
展开
-
关于css样式box-shadow的一些好玩的变换样式,内置gif动态效果图
#a{ height: 110px; width: 110px; margin: 50px; background-color: #FF0000; transition-duration: 1s; } #a:hover{原创 2015-04-21 21:43:52 · 1986 阅读 · 0 评论 -
css盒模型div嵌套制作网页块状部分案例
html文件 css文件*{ margin:0px ; padding: 0px;}#top{ width: 100%; height: 50px; background-color:#000000 ;}#top_nav{ w原创 2015-04-26 22:12:04 · 2145 阅读 · 0 评论 -
css sprite 动画制作
首先我们先要需要一张图片 可以百度css sprite 图片保存到电脑,就可以用了新建一个html文件和css文件 div{ height: 93px;/*要显示框架的高度,可用尺子量*/ width: 35px;/*要显示框架的宽度,可用尺子量*/ margin: 100px; position: re原创 2015-04-28 22:41:39 · 967 阅读 · 0 评论