first commit
This commit is contained in:
commit
8dcaa12bf9
4 changed files with 25 additions and 0 deletions
12
css/style.css
Normal file
12
css/style.css
Normal 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
BIN
img/blackphoenix.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 519 KiB |
BIN
img/menar.png
Executable file
BIN
img/menar.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue