Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8667

【CSS】hover

$
0
0

hover

:sunny:マウスのポインタを要素の上に置いたときに実行される
:sunny: CSSの書き方は セレクタ:hover とする

例.html
<p>ここにカーソルのせてね♪</p>
例.css
p:hover{background-color:red;}

このように設定して ここにカーソルのせてね♪ の文字の上にマウスのカーソルを乗せると・・・


hover.gif

背景色が赤になりました:laughing:


Viewing all articles
Browse latest Browse all 8667

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>