Skip to content

Commit

Permalink
Seguros
Browse files Browse the repository at this point in the history
  • Loading branch information
marcostakamatsu committed Jul 24, 2024
1 parent 235f39b commit d71862a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assistente.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div id="box_perguntas">
<div id="questionario">
<div class="chamada">
Responda as questões a baixo
Responda as questões abaixo
</div>
<div class="question" id="question1">
<p>Qual a sua Idade?</p>
Expand All @@ -75,13 +75,13 @@
<input type="text" id="answer4" placeholder="|">
</div>
<button id="next">Avançar</button>
<div id="produto_card">
<!-- <div id="produto_card">
<div class="card-details">
<p class="text-title">Produto_3</p>
<p class="text-body">Detalhes do Produto_3</p>
</div>
<button class="card-button">Saiba mais!</button>
</div>
</div> -->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Expand Down
16 changes: 13 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,21 @@ input[type="number"] {
}

button {
background: rgb(0, 140, 255);
padding: 10px 20px;
font-size: 30px;
color: white;
background-color: aquamarine;
border: none;
font-size: 17px;
color: #fff;
border-radius: 7px;
letter-spacing: 4px;
font-weight: 700;
text-transform: uppercase;
transition: 0.5s;
transition-property: box-shadow;
}
button:hover {
background: rgb(2, 82, 148);
}


/* pagina sobre */
Expand Down

0 comments on commit d71862a

Please sign in to comment.