我正在尝试使用背景颜色创建一个围绕文本的h1样式.
h1.skew {
padding-left: 10px;
text-decoration: none;
color: white;
font-weight: bold;
display: inline-block;
border-right: 50px solid transparent;
border-top: 50px solid #4c4c4c;
height: 0;
line-height: 50px;
}
HELLO WORLD
https://jsfiddle.net/zo32q98n/
此时,文本显示在背景下方.如何使文本显示在棕色背景中?