diff --git a/scientific.html b/scientific.html new file mode 100644 index 0000000..0830a02 --- /dev/null +++ b/scientific.html @@ -0,0 +1,45 @@ + + + +

Standard | Scientific

+
+
0
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/standard.html b/standard.html new file mode 100644 index 0000000..d3490b4 --- /dev/null +++ b/standard.html @@ -0,0 +1,31 @@ + + + +

Standard | Scientific

+
+
0
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..eb53023 --- /dev/null +++ b/styles.css @@ -0,0 +1,31 @@ +.calculator_keys_standard { + display: grid; + grid-template-columns: auto auto auto auto; + grid-template-rows: auto auto auto auto auto; + +} + +.calculator_keys_scientific { + display: grid; + grid-template-columns: auto auto auto auto auto auto auto; + grid-template-rows: auto auto auto auto auto; + grid: float; +} + +.calculator { + border-style: solid; + +} + +.calculator_display { + position: right; +} + +html { + max-width: 500px; + max-height: 500px; +} + +h1 { + font-size: 20px; +} \ No newline at end of file