Skip to content

Instantly share code, notes, and snippets.

View tarun080698's full-sized avatar
🎯
Focusing

Tarun Dadlani tarun080698

🎯
Focusing
View GitHub Profile
@tarun080698
tarun080698 / SimpleCalculator.html
Last active November 6, 2021 10:41
This is a simple functional calculator made using HTML & CSS.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Simple Calculator</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin-top: 120px;