为了账号安全,请及时绑定邮箱和手机立即绑定
慕课网的工程师同学相当热爱橙色,鉴定完毕!
小明爸爸有好几个孩子,但只有一个小明跟他长得几乎是一个模子刻出来的还是男孩子。
跨度就和公园的石条路一样,一个一个走娘气(简单到爆),2个2个走扯蛋(这什么玩意)。
a[class^=column]{
background-color:red;
}
a[href$=doc]{
background-color:green;
}
a[title*=box]{
background-color:blue;
}
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/70% 60%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/50% 30%;
background-image:linear-gradient(to top left,red,yellow);
background:rgba(255,255,255,0.5);
border-radius:50px 0 0 50px;
https://taosang1992.github.io/Javascript-Demo/bluefat.html,改成0.1在线效果
http://www.zhangxinxu.com/wordpress/2012/09/css3-3d-transform-perspective-animate-transition/
这个老司机我服!
3个小时就看到这了,还好css基础扎实。不然难受死
每次都特别喜欢添加个transition:all 0.5s ease-in;效果很好,看着舒服
.wrapper div {
width: 200px;
height: 200px;
line-height: 200px;
background: orange;
text-align: center;
color: #fff;
transition:all 0.5s ease-in;
}

.wrapper div:hover {
opacity: 6;
transform:scale(0.9);
}

设置transition就不会有闪烁了。闪烁很正常。
@media (max-width: 480px) {
.wrapper {
min-width: 320px;
width: 98%;
margin-left: 1%;
margin-right: 1%;
}
.left {
float: none;
width: 100%;
}
.content{
float: none;
width: 100%;
}
}
当屏幕小于480时是单列显示
感觉多余。。。id和class还不够用?
课程须知
1.html+CSS相关基础知识 2.具有一定的网页制作经验 3.此课程不支持IE9版本以下,建议使用 chrome、safari、firefox、opera浏览器学习本课程。
老师告诉你能学到什么?
1.系统学习CSS3相关知识 2.轻松制作出各种绚丽的效果

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消