Skip to content

Commit

Permalink
cambios css botones
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagogak committed Dec 17, 2024
1 parent 00d0566 commit ee8fe40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ h1 {

.submit {
background-color: greenyellow;
color: black;
}

.print {
Expand All @@ -78,6 +79,11 @@ h1 {
color: white;
}

.btn-tasa {
background-color: whitesmoke;
color: black;
}

#resultados {
display: block;
width: 75%;
Expand Down

0 comments on commit ee8fe40

Please sign in to comment.