手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >通过css旋转字体示例代码
通过css旋转字体示例代码
摘要:无标题文档.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>

【通过css旋转字体示例代码】相关文章:

兼容好的css透明代码

CSS相框效果示例代码

通过css加载远程字体示例代码

CSS里随滚动条滚动代码

css实现文字层浮在图片之上示例代码

CSS各种文字对齐方式代码

DIV点击折叠实例代码

CSS 制作的三级菜单特效代码

css 的border属性改变hr颜色小示例

css按钮自适应实现原理及代码

精品推荐
分类导航