We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d49a8b commit 5f9674dCopy full SHA for 5f9674d
index.html
@@ -10,7 +10,7 @@
10
</head>
11
<body>
12
<div class="calculator-big-screen">
13
- <input type="text" id="number-box" class="number-box" minlength="1" maxlength="15">
+ <input type="text" id="number-box" class="number-box" minlength="1" maxlength="10">
14
<div class="calculator-container">
15
<button class="clear-btn">AC</button>
16
<button class="btn" data-set="%">%</button>
style.css
@@ -57,6 +57,7 @@ body{
57
width: 100%;
58
height: 50px;
59
border: none;
60
+ outline: none;
61
border-radius: 10px;
62
background-color: #cbe2f1a5;
63
box-shadow: 0 0 2px var(--grey-clr);
0 commit comments