second commit

This commit is contained in:
DeaDvey 2023-12-11 15:30:48 +00:00
parent e0cdeebae3
commit aa584b74e7
4 changed files with 32 additions and 0 deletions

BIN
deadvey-icon-circle.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
header-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

14
index.css Normal file
View File

@ -0,0 +1,14 @@
.main {
display: block;
text-align: center;
margin-left: auto;
margin-left: auto;
}
.header-image {
content: url("header-image.png");
width: 400px;
}
body {
background-color: #4C4E52;
}

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<icon src="deadvey-icon-circle.ico"></icon>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="header">
<img class="header-image" width="400px" src="header-image.png"></img>
</div>
<div class="main">
</div>
<div class="footer">
</div>
</body>
</html>