Skip to content

Commit

Permalink
fixed buttons in index
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Oct 24, 2024
1 parent 0ee3134 commit f74d8d0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,22 @@ h3 {
#btn-container {
width:60%;
margin:70px auto;
display: flex;
flex-wrap: wrap;
}
.main-buttons {
font-size: 1.9em;
width: 160px;
height:120px;
width: auto;
height:auto;
background: linear-gradient(to bottom, #fff 25%, #c8c8c8 100%);;
border: none;
border-radius: 30px;
text-decoration: none;
font-family: 'arial';
color: #303030;
padding: 4px 15px 6px 15px;
padding: 6px 15px 6px 15px;
cursor: pointer;
margin-top: 10px;
}

.main-buttons:hover {
Expand Down

0 comments on commit f74d8d0

Please sign in to comment.