首页 > 解决方案 > 我的css背景颜色没有改变,为什么?

问题描述

我使用 glitch.com 并且由于某种原因背景颜色没有改变我在其他项目中使用了相同的代码并且它有效

CSS:

 body {
  font-family: helvetica, arial, sans-serif;
  margin: 0 auto;
  background-color:rgb(40, 48, 54);
}

h1 {
  font-style: italic;
  color: #373fff;
}

标签: htmlcss

解决方案


如果您在glitch.com,您必须使用此代码
.cHtQlM { background-color: red; }


推荐阅读