first commit

This commit is contained in:
root 2024-01-11 15:15:51 +03:00
commit 8dcaa12bf9
4 changed files with 25 additions and 0 deletions

12
css/style.css Normal file
View file

@ -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;
}

BIN
img/blackphoenix.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

BIN
img/menar.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/style.css">
<title>BlackPhoenix</title>
</head>
<body>
<div class="box">
</div>
</body>
</html>