📜  html css 倾斜文本 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:43.843000             🧑  作者: Mango

代码示例1
div.a {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
}

transform: rotate(20deg):

Hello World!