Skip to content

Commit

Permalink
Merge pull request Pallavi1926#85 from RahulScripted/main
Browse files Browse the repository at this point in the history
Added Border Not Visible for Email and Name Input
  • Loading branch information
Pallavi1926 authored Oct 2, 2024
2 parents cb4f954 + c626a48 commit d96cd6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,13 @@ url("assets/banner-2.png");
padding-inline: 1rem;
padding-top: 0.8rem;
outline: none;
border: none;
border: 2px solid transparent;
color: var(--text-dark)
}
.footer__col input:hover,
.footer__col input:focus{
border: 2px solid var(--primary-color);
}

.footer__col form button{

Expand Down

0 comments on commit d96cd6d

Please sign in to comment.