Skip to content

Commit

Permalink
Update calculadoraTitulo.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo-medeiros authored Jul 1, 2024
1 parent 7fbeb82 commit a2fc0c7
Showing 1 changed file with 56 additions and 48 deletions.
104 changes: 56 additions & 48 deletions codigo/calculadoraTitulo/calculadoraTitulo.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,46 @@
.navbar {
border-bottom: 1px solid;
}

.nav-item {
padding-left: 30px;
}

#bntCalcular{
background-color: rgb(199, 199, 199);
border: 1px solid;
border-radius: 5px;
width: 90px;
height: 40px;
}
html {
height: 100%;
width: 100%;
}

.form {
display: flex;
flex-direction: column;
align-items: center;
}
.navbar {
border-bottom: 1px solid;
}



.nav-item {
padding-left: 30px;
}

.form .data-field {
#bntCalcular{
background-color: rgb(199, 199, 199);
border: 1px solid;
border-radius: 5px;
width: 90px;
height: 40px;
}

.form {
display: flex;
flex-direction: column;
align-items: center;
}


.form .input {
background-color: #EFEFEF;
border-color: #ACAAAC;
border-style: solid;
border-width: 1px;
min-height: 50px;
border-radius: 5px;
font-size: 17px;
padding: 10px 13px;
max-width: 120px;
}

.form .data-field {
width: 100%;
min-height: 3em;
margin-top: 10px;
Expand All @@ -30,32 +50,20 @@
flex-direction: column;
align-items: center;
}


.form .input {
background-color: #EFEFEF;
border-color: #ACAAAC;
border-style: solid;
border-width: 1px;
min-height: 50px;
border-radius: 5px;
font-size: 17px;
padding: 10px 13px;
max-width: 100px;
}
#container-footer {
margin-top: 25px;
padding: 15px;
border-top: 1px solid;
}


#container-footer {
margin-top: 25px;
padding: 15px;
border-top: 1px solid;
}

#container-footer > a {
text-decoration: none;
padding-left: 15px;
color: black;
}

img{
width: 50px;
}
#container-footer > a {
text-decoration: none;
padding-left: 15px;
color: black;
}

img{
width: 50px;
}

0 comments on commit a2fc0c7

Please sign in to comment.