From 4c7c9645928dd36c960d4854f3325328a167fa1b Mon Sep 17 00:00:00 2001 From: gee92 Date: Sun, 15 Nov 2020 20:35:39 -0500 Subject: [PATCH] adding files --- standard.html | 61 ++++++++++++++++++++++++++++++++++++++ calc.css | 64 +++++++++++++++++++++++++++++++++++++++ scientific.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 204 insertions(+) create mode 100644 standard.html create mode 100644 calc.css create mode 100644 scientific.html 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