Open1
[CSS]Notionサイトの背景画像を設定
.notion-frame > div {
/*↓{ID}の部分は書き換えてください*/
background-image: url(http://drive.google.com/uc?export=view&id={ID})!important;
background-repeat: no-repeat!important;
background-position: bottom right!important;
background-size: 20%!important;
background-color:rgba(255,255,255,0.7)!important;
background-blend-mode:lighten!important;
}
<IDの例> Googl Driveの共有リンクの{ID}の部分をいれる
https://drive.google.com/file/d/{ID}/view?usp=sharing