From a9dd6af31c204b0155745881acd3b6ce1524cec2 Mon Sep 17 00:00:00 2001 From: Anjali havanur <78612291+Anjalih11@users.noreply.github.com> Date: Sat, 14 May 2022 09:31:54 -0700 Subject: [PATCH 1/6] commit --- Calculators/index.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Calculators/index.css diff --git a/Calculators/index.css b/Calculators/index.css new file mode 100644 index 00000000..0e1c8dc8 --- /dev/null +++ b/Calculators/index.css @@ -0,0 +1,24 @@ +* { + color: white; +} + +body { + background-color: black; +} + +.container { + width: 375px; + height: auto; + margin-left: 350px; + background-color: rgb(12, 14, 15); + padding-left: 30px; +} + +h1.thick { + font-weight: bold; +} + +.btn { + background-color: whitesmoke; + color: black; +} From 59877d9e7882ceeda8d1d33786cd312517581dd4 Mon Sep 17 00:00:00 2001 From: Anjali havanur <78612291+Anjalih11@users.noreply.github.com> Date: Sat, 14 May 2022 11:15:28 -0700 Subject: [PATCH 2/6] do --- Calculators/index.css | 24 ----------- Protein Calculator/index.html | 75 +++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 24 deletions(-) delete mode 100644 Calculators/index.css create mode 100644 Protein Calculator/index.html diff --git a/Calculators/index.css b/Calculators/index.css deleted file mode 100644 index 0e1c8dc8..00000000 --- a/Calculators/index.css +++ /dev/null @@ -1,24 +0,0 @@ -* { - color: white; -} - -body { - background-color: black; -} - -.container { - width: 375px; - height: auto; - margin-left: 350px; - background-color: rgb(12, 14, 15); - padding-left: 30px; -} - -h1.thick { - font-weight: bold; -} - -.btn { - background-color: whitesmoke; - color: black; -} diff --git a/Protein Calculator/index.html b/Protein Calculator/index.html new file mode 100644 index 00000000..11fb3eac --- /dev/null +++ b/Protein Calculator/index.html @@ -0,0 +1,75 @@ + + + + +
+