0
点赞
收藏
分享

微信扫一扫

KSO-纯CSS全屏图片

infgrad 2022-01-05 阅读 30
csscss3

个人目前在项目中使用的全屏图片

	display: flex;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    //background-image: linear-gradient(135deg, #24aded 10%, #40b3e8);
    background: url("../assets/imgs/1.jpg") no-repeat  center center fixed;
    background-size: cover;


举报

相关推荐

0 条评论