Skip to content

Commit

Permalink
Changed font
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDevX authored Dec 9, 2018
1 parent f5f6e5b commit 6c497f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ input[type=number]::-webkit-outer-spin-button{
}
#solvebutton{
transition: all .5s;
font-family: Sans-Serif;
border: #005bbb solid 2px;
background: #005bbb;
color: white;
Expand All @@ -29,6 +30,7 @@ input[type=number]::-webkit-outer-spin-button{
}
.btnlng{
transition: all .5s;
font-family: Sans-Serif;
border: #005bbb solid 2px;
background: #005bbb;
color: white;
Expand All @@ -47,6 +49,7 @@ input[type=number]::-webkit-outer-spin-button{
cursor: pointer;
}
.text{
font-family: Sans-Serif;
font-size: 20px;
color: #005bbb;
}
Expand Down

0 comments on commit 6c497f1

Please sign in to comment.