Skip to content

Instantly share code, notes, and snippets.

@khedron01
khedron01 / index.html
Created June 13, 2024 11:04
Code for a calculator
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Simple Calculator using HTML, CSS and JavaScript</title>
<link rel="stylesheet" href="styles.css">
<style>
.Calculator {
height: 590px;