Skip to content

Commit

Permalink
ApiKey view responsive finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcarrobof24 committed Mar 21, 2024
1 parent bf3961e commit dde7e00
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,34 @@ footer {
.infor-price{
margin: 0 3rem 0 3rem;
}
/*API KEY*/
.section-1{
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
input[type="text"] {
border-radius: 0.5rem;
}
input::placeholder {
font-size: 1rem;
}
.button-key {
border-radius: 0.5rem;
font-size: 1rem;
margin: 0 5rem 0 5rem;
padding: 0.5rem;
}
.apiKey-symbol{
font-size: 3rem;
}
.section-3 {
margin: 2.5rem 0;
font-size: 1rem;
}
.incorrect-api{
font-size: 1rem;
}

/*Cards Proyecto 2*/

Expand Down

0 comments on commit dde7e00

Please sign in to comment.