主题样式之背景图片不随鼠标滑动而移动

固定背景图片

body{
background-color: rgba(0, 0, 0, 0);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-attachment: fixed;
background-image: linear-gradient(45deg, rgb(233, 30, 99), rgb(156, 39, 176));
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
}

posted @ 2019-07-24 16:47  lishisan  阅读(210)  评论(0编辑  收藏  举报
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}