add styling
This commit is contained in:
@@ -14,29 +14,29 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="calculator">
|
||||
<input type="text" class="display" />
|
||||
<input type="text" id="display" disabled />
|
||||
|
||||
<button class="clear">C</button>
|
||||
<button>←</button>
|
||||
<button>÷</button>
|
||||
<button class="operator">÷</button>
|
||||
|
||||
<button>7</button>
|
||||
<button>8</button>
|
||||
<button>9</button>
|
||||
<button>×</button>
|
||||
<button class="operator">×</button>
|
||||
|
||||
<button>4</button>
|
||||
<button>5</button>
|
||||
<button>6</button>
|
||||
<button>-</button>
|
||||
<button class="operator">-</button>
|
||||
|
||||
<button>1</button>
|
||||
<button>2</button>
|
||||
<button>3</button>
|
||||
<button>+</button>
|
||||
<button class="operator">+</button>
|
||||
|
||||
<button class="zero">0</button>
|
||||
<button>=</button>
|
||||
<button class="operator">=</button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user