html字体样式,在线等待测试。
发布网友
发布时间:2022-04-21 22:51
我来回答
共1个回答
热心网友
时间:2023-05-22 16:41
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
</title>
<style>
div{
direction:rtl;
unicode-bidi:bidi-override;
letter-spacing:30px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
top:211px;
position:absolute;
}
</style>
</head>
<body>
<div>
这是我要的样式
</div>
</body>
</html>