Skip to content

Instantly share code, notes, and snippets.

@tanerochris
Last active August 29, 2015 14:25
Show Gist options
  • Save tanerochris/e0bb5f169ddc66063fc2 to your computer and use it in GitHub Desktop.
Save tanerochris/e0bb5f169ddc66063fc2 to your computer and use it in GitHub Desktop.
Simple Calculator
<!DOCTYPE Html5>
<html>
<head>
<meta charset="utf-8" />
<style type="text/css" >
input[type="text"],button{
width :100%;
}
table{
width :40%;
height: 60%;
position: relative;
top:25vh;
left:30vw;
border:solid gray 1px;
border-collapse:collapse;
border-radius
@tanerochris
Copy link
Author

A calculator with all basic functionality .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment