Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
aalee9263 committed Oct 25, 2023
1 parent 2642275 commit 36f72c7
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ body {
justify-content: center;
align-items: center;
flex-direction: column;
color: #7a7af2 ;
color: #404097 ;
}
.converter {
width: 520px;
margin: 0 auto;
border: 1px solid #ebe5e5;
padding: 10px;
border-radius: 20px;
background: #90dcf5;
display: flex;
justify-content: space-between;
color: #ffffffdc;
font-size: 22px;
flex-wrap: wrap;
color: #000080 ;

color:#05054787 ;
box-shadow: 0px 1px 2px 1px;
}

label {
Expand All @@ -43,15 +41,14 @@ label {
}
input {
width: 180px;
border: 1px solid #717377;
box-shadow: 0px 3px 15px rgba(113, 115, 119, 0.5);
border: 0px solid #05054776;
box-shadow: 0px 2px 3px 1px;
border-radius: 10px;
padding: 0;
margin: 10px 10px;
margin: 8px 6px;
background: transparent;
font-size: 50px;
text-align: left;
cursor: pointer;
/* color: #ffffff; */
color: #0505476b;
color: #05054798;
}

0 comments on commit 36f72c7

Please sign in to comment.