Skip to content

Commit

Permalink
The "Send" Button in the Footer Section Should Be Centered swaraj-das…
Browse files Browse the repository at this point in the history
…#464 swaraj-das#558

I am re doing it , all the changes previously is done my me only
position:relative;
left:-60px; is done by me but to reopen this ihave changes the line in this
  • Loading branch information
arpit74170 committed Oct 24, 2024
1 parent c126cb7 commit efc360f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,9 @@ button {
float: right;
font-size: 1.1em;



left: -60px;
position: relative;
font-family: "Arial", sans-serif;
background: #4caf50;
color: white;
Expand All @@ -916,9 +918,7 @@ button {
border-radius: 5px;
cursor: pointer;
transition: all 0.3s;

left: -60px;
position: relative;

}

.contact-form .contact-btn:hover {
Expand Down

0 comments on commit efc360f

Please sign in to comment.