1
0
mirror of https://github.com/osmarks/website synced 2025-09-03 03:07:56 +00:00

initial commit

This commit is contained in:
2020-03-08 17:13:14 +00:00
commit ccd4f72d2d
54 changed files with 4730 additions and 0 deletions

15
experiments/rpncalc-v2/calc.css Executable file
View File

@@ -0,0 +1,15 @@
.stack-box {
text-align: center;
border: solid 1px black;
min-width: 30vmin;
max-width: 30vmin; /* will normally be dynamically set */
line-height: 30vmin;
height: 30vmin;
font-size: 7vmin;
margin: -1px; /* make edges join neatly */
}
#input {
width: 100%;
font-size: 2em;
}