-
<meta http-equiv="X-UA-Compatible" content="IE-edge,chrome=1"> //意思是用IE的最高版本浏览网页,以防低版本IE不支持部分css3属性 <meta name="viewport" content="width=device-width,initial-scale=1"> //意思是使网页的宽度强制适应不同服务窗口的宽度(宽度自适),且用户不能够随意缩放网页 <link href="http://fonts.googleapis.com/css?family=Josefin+Slab:400,700" rel="stylesheet" type="text/css"> //提供字体的网站,这样就可以在网站中使用链接中的字体,family=Josefin就是我们引用的字查看全部
-
隐藏元素的方法查看全部
-
文字光滑查看全部
-
告诉ie使用最新的渲染模式查看全部
-
backface-visibility:hidden|visible定义元素在背箱屏幕时是否可见查看全部
-
-webkit-font-smoothing: antialiased;//增加其平滑度查看全部
-
animation 动画是不用事件触发的。查看全部
-
嵌入字体查看全部
-
<!DOCTYPE html><br> <html lang="en"><br> <head><br> <meta charset="UTF-8"><br> <title>css画小三角形</title><br> <style><br> div{<br> width:0;<br> height:0;<br> border:10px solid transparent;<br> border-bottom-color:red;<br> }<br> </style><br> </head><br> <body><br> <div></div><br> </body><br> </html>查看全部
-
<meta http-equiv="X-UA-Compatible" content="IE-edge,chrome=1"> //意思是用IE的最高版本浏览网页,以防低版本IE不支持部分css3属性 <meta name="viewport" content="width=device-width,initial-scale=1"> //意思是使网页的宽度强制适应不同服务窗口的宽度(宽度自适),且用户不能够随意缩放网页 <link href="http://fonts.googleapis.com/css?family=Josefin+Slab:400,700" rel="stylesheet" type="text/css"> //提供字体的网站,这样就可以在网站中使用链接中的字体,family=Josefin就是我们引用的字体查看全部
-
宽度自适应查看全部
-
让元素隐藏的四种方式。查看全部
-
经过测试backface-visibility:hidden在3d变换一旦出现背面就会被隐藏查看全部
-
<meta http-equiv="X-UA-Compatible" content="IE-edge,chrome=1"> //意思是用IE的最高版本浏览网页,以防低版本IE不支持部分css3属性 <meta name="viewport" content="width=device-width,initial-scale=1"> //意思是使网页的宽度强制适应不同服务窗口的宽度(宽度自适),且用户不能够随意缩放网页 <link href="http://fonts.googleapis.com/css?family=Josefin+Slab:400,700" rel="stylesheet" type="text/css"> //提供字体的网站,这样就可以在网站中使用链接中的字体,family=Josefin就是我们引用的字体查看全部
-
字体网址查看全部
举报
0/150
提交
取消