diff --git a/ standard.html b/ standard.html new file mode 100644 index 0000000..38db3f9 --- /dev/null +++ b/ standard.html @@ -0,0 +1,61 @@ + + + + + + + + + + + + +
+

Standard | Scientific

+ + + +
+ + + + + +
+
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/calc.css b/calc.css new file mode 100644 index 0000000..4e99334 --- /dev/null +++ b/calc.css @@ -0,0 +1,64 @@ +.container{ + border: rgba(145, 104, 155, 0.548); + border-style: solid; + background-color: rgb(131, 179, 171); + position: absolute; + background-size: cover; + + } + + +h1{ + font-size: 1em; + color: white ; +} +a:hover{ + color: teal; +} +input { + width: 98%; + height: 35px; + +} + + +body{ + text-align: center; +} + + +button{ + background-color: lightgray; + text-align: center; + display: inline-block; + height: 35px; + width: 90px; + + + } + +button:hover { + background-color: grey; +} + +.frow{ +font-size: large; + + +} +.srow{ + font-size: large; + + +} + +.trow{ +font-size: large; +} + + +.btm{ + font-size: large; + height: 70px; + + } \ No newline at end of file diff --git a/scientific.html b/scientific.html new file mode 100644 index 0000000..3f8abb8 --- /dev/null +++ b/scientific.html @@ -0,0 +1,79 @@ + + + + + + + + +
+ +
+ +

Scientific | Standard

+ + + +
+ + + + + + + + +
+
+ + + + + + + + + +
+ +
+ + + + + + + + +
+ +
+ + + + + + + + +
+ +
+ + + + + + + + +
+
+
+ + + + + + + \ No newline at end of file