Home  >  Article  >  Web Front-end  >  css3 font rotation_html/css_WEB-ITnose

css3 font rotation_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:42:53931browse

<style>#mycon{	font-weight: bold;	font-size: 150px;	transform: rotateX(10deg);	-webkit-transform: rotateX(10deg); /* Safari and Chrome */	-webkit-transform: rotateY(120deg); /* Safari and Chrome */}#mycon1{	font-weight: bold;	font-size: 150px;	transform: rotateX(10deg);	-webkit-transform: rotateX(120deg); /* Safari and Chrome */}</style><h1>	你不会做吧!</h1><div id="mycon">	你不会做吧?</div><div id="mycon1">	你不会做吧?</div>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn