transform: rotate(90deg);让网页中的文字竖着显示

时间:2025-01-10 作者:新势力科技 阅读数:85

.hero_follow h3 {
  transform: rotate(90deg);
  margin-bottom: 215px;
  position: relative;
  left: -25px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  text-transform: uppercase;
}

上一篇:让main-menu ul li在不同分辨率下显示对应的字体大小和间距

下一篇:网页上文字是镂空的 -webkit-text-stroke-width: 1px; stroke-width: 1px;