css 完全出血/宽度实用程序类

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 完全出血/宽度实用程序类相关的知识,希望对你有一定的参考价值。

/**
 * FULL BLEED
 *
 * Add this class to an element to make it fill the width of the screen 
 * and sit horizontally central
 */
.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

以上是关于css 完全出血/宽度实用程序类的主要内容,如果未能解决你的问题,请参考以下文章

具有 PostCSS / CSS 模块的全局实用程序类

css Pine Alignment响应实用程序类

css 用于强制样式继承的实用程序类

是否有任何实用程序可以帮助我重构 CSS [关闭]

如何在 CSS 中模拟媒体查询?

关于ID导出PDF出血线的问题