Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Dec 1, 2024
1 parent d182a44 commit 8f509b0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,25 @@ section.NEWS_list {
color: #7f8c8d;
}

.support-button {
text-align: center;
margin-top: 20px;
}

.support-button button {
padding: 10px 20px;
font-size: 16px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}

.support-button button:hover {
background-color: #45a049;
}

/* Gakusei BOTの特徴 */
h1[name="develope"] {
font-size: 28px;
Expand Down

0 comments on commit 8f509b0

Please sign in to comment.