btest’s blog

This blog is for development testing.

Entries from 2023-09-25 to 1 day

Dropdown menu (left navigation with photo)

/* ナビゲーションメニューのスタイリング */ nav ul { list-style: none; /* リストのマーカーを非表示に */ text-align: center; /* テキストを中央寄せに */ } nav ul li a { position: relative; display: block; text-decoration: none; color: #000; p…

iframe api autoplay2

iframe api autoplay

/*#yt-wrap { max-width: ; margin: auto; } #yt-block { margin: 2.8rem 0 5rem; position: relative; } /* プレイヤーのレスポンシブ対応 */ .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 = 56.25% */ padding-top: 25px; height…