Skip to content

Commit

Permalink
Update intro.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Nov 30, 2024
1 parent d70a4aa commit b4f0a92
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion intro.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,23 @@ body {
background: #333;
color: white;
}


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

.return-button a {
display: inline-block;
padding: 10px 20px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
}

.return-button a:hover {
background-color: #0056b3;
}

0 comments on commit b4f0a92

Please sign in to comment.