200字
css一半背景颜色
2023-08-08
2023-08-08
css
.title {
    display: inline-block;
    position: relative;
}

 .title::before {
    width: 100%;
    height: 30%;
    background: rgba(84, 118, 251, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

效果

css一半背景颜色
作者
许远航
发表于
2023-08-08
License
CC BY-NC-SA 4.0

评论