diff --git a/src/App.js b/src/App.js index 7ec5065..c0dc8e3 100644 --- a/src/App.js +++ b/src/App.js @@ -17,8 +17,7 @@ function App() { Home   Register - - + diff --git a/src/Pages/HomePage/HomePage.css b/src/Pages/HomePage/HomePage.css index 3dedfab..1d04a1c 100644 --- a/src/Pages/HomePage/HomePage.css +++ b/src/Pages/HomePage/HomePage.css @@ -6,13 +6,14 @@ padding: 0; text-align: center; } - .Homepage { - text-align: center; - } header { text-align: left; - background-color:aqua; + background-image: url(../../images/oceanimage.jpg); + background-blend-mode:lighten; + background-position: center; + background-size:cover; + opacity:1; color: black; font-size:x-large; margin: none; @@ -48,17 +49,35 @@ font-size: large; border: none; margin: 5%; - background-color: rgb(183,255,207); + background-color: rgb(102, 255, 0); + } + + .hotbar-button { + color: black; + padding: 5px 5px; + text-decoration: none; + font-size: large; + border: none; + margin: 1%; + } + .hotbar-button:hover { + cursor:pointer; } button:hover { background-color: rgb(0,141,141); color: white; } - + .Topright { position: absolute; - top: 8px; + top: 30px; right: 16px; - font-size:18px; + font-size:18px + } + + .Middleright { + position: absolute; + top:30px; + right:80px; } \ No newline at end of file diff --git a/src/Pages/HomePage/HomePage.js b/src/Pages/HomePage/HomePage.js index 8736cba..cdf06e9 100644 --- a/src/Pages/HomePage/HomePage.js +++ b/src/Pages/HomePage/HomePage.js @@ -1,4 +1,6 @@ import "./HomePage.css" +import image from "../../images/cartimage.png" +import image2 from "../../images/searchbar.png" function Home() { return (
@@ -14,7 +16,18 @@ function Home() {
- +
+ +
+
+
+
+ +
diff --git a/src/images/cartimage.png b/src/images/cartimage.png new file mode 100644 index 0000000..74888ec Binary files /dev/null and b/src/images/cartimage.png differ diff --git a/src/images/earthrotating.gif b/src/images/earthrotating.gif new file mode 100644 index 0000000..cd25973 Binary files /dev/null and b/src/images/earthrotating.gif differ diff --git a/src/images/oceanimage.jpg b/src/images/oceanimage.jpg new file mode 100644 index 0000000..7eebecb Binary files /dev/null and b/src/images/oceanimage.jpg differ diff --git a/src/images/searchbar.png b/src/images/searchbar.png new file mode 100644 index 0000000..bf88f7b Binary files /dev/null and b/src/images/searchbar.png differ diff --git a/src/images/testglasses.jpg b/src/images/testglasses.jpg new file mode 100644 index 0000000..11ea28a Binary files /dev/null and b/src/images/testglasses.jpg differ