Skip to content

Instantly share code, notes, and snippets.

View watashimill's full-sized avatar

Chayanin Khawsanit watashimill

View GitHub Profile
@watashimill
watashimill / calculator.js
Last active January 21, 2017 06:13
Calculator by Chayanin Khawsanit
<html>
<head>
<style>
.display input{
position: relative;
left:2px;
top :2px;
height:40px;
color:black;
@watashimill
watashimill / calculator
Created January 21, 2017 06:12
Calculator by chayanin khawsanit
<html>
<head>
<style>
.display input{
position: relative;
left:2px;
top :2px;
height:40px;
color:black;
<html>
<head>
<style>
.display input{
position: relative;
left:2px;
top :2px;
height:40px;
color:black;