diff --git a/index.html b/frontend/index.html similarity index 89% rename from index.html rename to frontend/index.html index 585ac9d..dd62419 100644 --- a/index.html +++ b/frontend/index.html @@ -7,8 +7,8 @@ +
\ No newline at end of file diff --git a/style.css b/frontend/index.js similarity index 100% rename from style.css rename to frontend/index.js diff --git a/frontend/style.css b/frontend/style.css new file mode 100644 index 0000000..7b1f80c --- /dev/null +++ b/frontend/style.css @@ -0,0 +1,17 @@ +body { + display: flex; + justify-content: center; + align-items: center; + background-color: #add8e6; + margin-top: 25px; + + + } + +div { + height: 90vh; + width: 400px; + background-color: rgb(255, 255, 255); + } + + \ No newline at end of file diff --git a/index.js b/index.js deleted file mode 100644 index b8c57fe..0000000 --- a/index.js +++ /dev/null @@ -1 +0,0 @@ -console.log("Hello World") \ No newline at end of file