second commit
This commit is contained in:
parent
e0cdeebae3
commit
aa584b74e7
BIN
deadvey-icon-circle.ico
Normal file
BIN
deadvey-icon-circle.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
header-image.png
Normal file
BIN
header-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
14
index.css
Normal file
14
index.css
Normal 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
18
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user