Skip to content

Commit

Permalink
add css for h1,h2 -v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tksarah committed Mar 4, 2024
1 parent 9475eb7 commit de804b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
background-color: #555;
}

/* 基本的なレポートスタイル */
h1 {
font-family: 'Arial', sans-serif;
font-size: 24px;
font-weight: bold;
color: #333;
border-bottom: 2px solid #666;
color: #f0f0f0;
border-bottom: 2px solid #ddd;
padding-bottom: 3px;
margin-bottom: 20px;
}
Expand All @@ -46,8 +45,8 @@
font-family: 'Arial', sans-serif;
font-size: 18px;
font-weight: bold;
color: #555;
border-bottom: 1px solid #888;
color: #d0d0d0;
border-bottom: 1px solid #bbb;
padding-bottom: 2px;
margin-bottom: 10px;
}
Expand Down

0 comments on commit de804b2

Please sign in to comment.