ららぽてすらブログ

ららぽてすら

2023-05-22から1日間の記事一覧

💎スライドパズルゲーム💎

.game-board { width: 300px; height: 300px; position: relative; } .piece { width: 100px; height: 100px; position: absolute; box-sizing: border-box; border: 1px solid #000; background-size: cover; } .button { font-size: 20px; padding: 10px 2…

金魚すくいゲーム作ったので紹介します🐟

body { background: #add8e6; } #gameArea { position: relative; height: 80vh; background: linear-gradient(#87cefa, #ffffff); border: 1px solid #000; margin-bottom: 20px; } .fish { cursor: pointer; } #scoreboard { position: absolute; top: 10p…