2022-07-23から1日間の記事一覧

バンジージャンプ

body { margin: 0; } p { margin: 10px; } .container { position: relative; background: #000; width: 100%; height: 900px; filter: hue-rotate(330deg) brightness(200%); } .blend-area { width: 100%; height: 100%; filter: blur(10px) contrast(20);…