通过css旋转字体

来源:互联网 发布:js中的短路表达式 编辑:程序博客网 时间:2024/05/25 21:33
<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 class="example">    <span class="mouth">09</span></div></body></html>

0 0
原创粉丝点击