test
This commit is contained in:
parent
169035f8bb
commit
24b8822c9a
3 changed files with 26 additions and 0 deletions
BIN
images/blacklogo.png
Executable file
BIN
images/blacklogo.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
images/white logo.png
Executable file
BIN
images/white logo.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
26
index.html
26
index.html
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body, html {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.bg {
|
||||
background-image: url("/images/white\ logo.png");
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="bg"></div>
|
||||
|
||||
<p>Bottom Text</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue