Skip to content

Commit

Permalink
raku.css の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
linkalls authored Jul 8, 2024
1 parent 10b6f43 commit 1cff903
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion raku.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ nav ul li {
text-align: center; /* テキストを中央揃え */
transition: all 0.3s ease; /* アニメーションの設定 */
background-color: var(--border-color);
padding: 1rem;
padding: 0.8rem;
border-radius: var(--border-radius);
margin-bottom: 1rem;
}
Expand All @@ -185,6 +185,13 @@ nav ul li:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* ホバー時の影 */
}

nav ul li a { /* aタグにスタイルを適用 */
display: block; /* ブロック要素として表示 */
width: 100%; /* 幅を100%にする */
height: 100%; /* 高さを100%にする */
}



footer {
text-align: center;
Expand Down

0 comments on commit 1cff903

Please sign in to comment.