stylexx.cssbody {
background-color: WhiteSmoke;
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top
}
style.cssbody {
background-color: WhiteSmoke;
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
/* background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png") !important; */
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top ;
background-size: auto;
}
style.css body {
background-image: url("https://i.gyazo.com/de07fbaab5c961dc7fd3720ba956bbd3.png");
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center top ;
background-size: 100% auto; /* 横幅を100%にして算出 */
}
stylexx.cssbody {
background: url('/api/pages/suto3/background-image/icon');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center top ;
background-size: 100% auto; /* 横幅を100%にして算出 */
}