Skip to content

Commit

Permalink
Hover for button
Browse files Browse the repository at this point in the history
  • Loading branch information
Benevanio committed Jan 11, 2023
1 parent 53245e1 commit 622e8e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/containers/header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

button:hover {
background: #2e02f5;
border: 2px solid #e3ee83;
color: rgb(241, 234, 234);
}
.AI__header-content__people {
width: 100%;
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/containers/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const Header = () => {
<p>
Nos somos a Auto_Com uma empresa especiliazada em desenvolver softwares para atender as demandas dos nossoa clientes.
</p>

<div className="AI__header-content__input">
<input type="email" placeholder="Seu Email" />
<button type="button">Quero saber Mais</button>
Expand Down

0 comments on commit 622e8e7

Please sign in to comment.