Skip to content

Commit

Permalink
Updated Interests.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderGirl2844 authored Jun 29, 2024
1 parent e6d21ff commit 465530e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Interests.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding-left: 50px;
/* padding-left: 50px; */
}

.interest-item {
Expand Down Expand Up @@ -74,17 +74,18 @@
button {
margin-top: 20px;
margin-right: 50px;
margin-left: 50px;
padding: 10px 20px;
font-size: 16px;
color: #fff;
background-color: #007BFF;
border: none;
border-radius: 5px;
cursor: pointer;
cursor: none;
transition: background-color 0.3s ease;
}

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


0 comments on commit 465530e

Please sign in to comment.