From ebfd1ef162ff3ee3ff3385ebb9247d13fef16390 Mon Sep 17 00:00:00 2001
From: semaj815 <72023286+semaj815@users.noreply.github.com>
Date: Tue, 5 Jan 2021 20:59:27 -0500
Subject: [PATCH 1/3] first commit
---
.vscode/settings.json | 3 +++
index.html | 30 ++++++++++++++++++++++++++++++
style.css | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 68 insertions(+)
create mode 100644 .vscode/settings.json
create mode 100644 index.html
create mode 100644 style.css
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6f3a291
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "liveServer.settings.port": 5501
+}
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6524f2d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
Temp Scale Conveter
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..5f72d08
--- /dev/null
+++ b/style.css
@@ -0,0 +1,35 @@
+* {
+ box-sizing: border-box;
+}
+
+main {
+ width: 500px;
+ height: 300px;
+ border: 1px solid black;
+ padding: 25px;
+
+}
+
+h1,
+footer {
+ text-align: center;
+}
+
+form {
+
+ display: grid;
+ grid-template-columns: repeat(3, auto);
+
+
+
+}
+
+.midDiv {
+ text-align: center;
+ justify-content: center;
+
+}
+
+.rightDiv {
+
+}
\ No newline at end of file
From 14f432ed9651041c995d0189fb291eb94d92eb6a Mon Sep 17 00:00:00 2001
From: semaj815 <72023286+semaj815@users.noreply.github.com>
Date: Tue, 12 Jan 2021 19:02:17 -0500
Subject: [PATCH 2/3] Final commit
---
index.html | 19 ++++++++------
script.js | 11 ++++++++
style.css | 76 ++++++++++++++++++++++++++++++++++++++++++++----------
3 files changed, 85 insertions(+), 21 deletions(-)
create mode 100644 script.js
diff --git a/index.html b/index.html
index 6524f2d..9050ba1 100644
--- a/index.html
+++ b/index.html
@@ -4,27 +4,30 @@
+
+
Document
-
Temp Scale Conveter
-
+
+