Skip to content

Commit

Permalink
Update fixed-calculator.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnole25 authored Sep 8, 2024
1 parent eb098c7 commit b97070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixed-calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Fixed Calculator 3.0</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
body {background-color: #222; position: relative; left: 10px;}
body {background-color: #222; position: relative; left: 10px; width: 98vw;}
h1, p, span {color: #fff; font-family: verdana;}
span {position: relative; top: 1px;}
input, textarea {background-color: #444; color: #fff;}
Expand Down

0 comments on commit b97070f

Please sign in to comment.