diff --git a/index.html b/index.html index 6b15464a..1e717fc4 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,14 @@

Memory Game

+ +
+
+

Game

+

3D-Box Game

+
+
+
diff --git a/projects/3d_Box_Game/images/3d_Box.png b/projects/3d_Box_Game/images/3d_Box.png new file mode 100644 index 00000000..86dc2143 Binary files /dev/null and b/projects/3d_Box_Game/images/3d_Box.png differ diff --git a/projects/3d_Box_Game/images/ss2.JPG b/projects/3d_Box_Game/images/ss2.JPG new file mode 100644 index 00000000..ef7c83b8 Binary files /dev/null and b/projects/3d_Box_Game/images/ss2.JPG differ diff --git a/projects/3d_Box_Game/images/ss3.JPG b/projects/3d_Box_Game/images/ss3.JPG new file mode 100644 index 00000000..639137f2 Binary files /dev/null and b/projects/3d_Box_Game/images/ss3.JPG differ diff --git a/projects/3d_Box_Game/index.html b/projects/3d_Box_Game/index.html new file mode 100644 index 00000000..7d216ecf --- /dev/null +++ b/projects/3d_Box_Game/index.html @@ -0,0 +1,330 @@ + + + + + + + 3d Box Game + + + + + + + + + + diff --git a/projects/3d_Box_Game/styles.css b/projects/3d_Box_Game/styles.css new file mode 100644 index 00000000..db3e39e9 --- /dev/null +++ b/projects/3d_Box_Game/styles.css @@ -0,0 +1,11 @@ +body { + margin: 0; + background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); + background-color: #ffffff; + background-image: linear-gradient( + 6deg, + #ffffff 0%, + #6284ff 50%, + #ff0000 100% + ); +}