2023-03-09から1日間の記事一覧

CSS3 - Transition[トランジションアニメーション]

Transition[トランジションアニメーション] マウスホバー時に背景色を変更(3秒間で) <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>Transition</title> <style> button { height: 80px; width: 240px; background-color: #0d96a5; border: none; color: white; font-size: …</meta></meta></head></html>