commit 8dcaa12bf96bf2a5990cfa0fc2d4f97e6a980674 Author: root Date: Thu Jan 11 15:15:51 2024 +0300 first commit diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..eed1c85 --- /dev/null +++ b/css/style.css @@ -0,0 +1,12 @@ +*{ + margin: 0; + padding: 0; + border: 0; +} +.box{ + background: url(../img/blackphoenix.gif); + height: 100vh; + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} diff --git a/img/blackphoenix.gif b/img/blackphoenix.gif new file mode 100755 index 0000000..33c7823 Binary files /dev/null and b/img/blackphoenix.gif differ diff --git a/img/menar.png b/img/menar.png new file mode 100755 index 0000000..93f534e Binary files /dev/null and b/img/menar.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d0333ee --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + BlackPhoenix + + + +
+
+ + +