通过css旋转字体示例代码
通过css旋转字体示例代码
发布时间:2016-12-27 来源:查字典编辑
摘要:无标题文档.mouth{font-size:20px;font-weight:bold;border:1pxsolid#F00;displa...

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style type="text/css">

.mouth{

font-size:20px;

font-weight:bold;

border:1px solid #F00;

display:block; width:50px;

-webkit-transform: rotate(-90deg);

-moz-transform: rotate(-90deg);

filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

</style>

</head>

<body>

<div>

<span>09</span>

</div>

</body>

</html>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类