ホーム
サービス一覧
ソフトウェア
管理者について
お問い合わせ
コード
HTML
ホーム
サービス一覧
ソフトウェア
管理者について
お問い合わせ
CSS
body{ padding-top:60px; } header { position: fixed; top: 0; left: 0; width: 100%; height: 30px; background-color: #212121; display: flex; align-items: center; padding: 10px; z-index: 1000; /* ヘッダーを前面に固定 */ } .btn1{ color: white; text-decoration: none;/*リンクの下線を消すやつ*/ } .nav { display: flex; justify-content: flex-end; align-items: center; width: 100%; }