VERY basic layout…

This commit is contained in:
Oliver Rümpelein 2014-09-25 17:29:39 +02:00
parent b57936ab3b
commit 38af9a533e
3 changed files with 26 additions and 7 deletions

BIN
assets/freielande.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

17
assets/style.css Normal file
View file

@ -0,0 +1,17 @@
body {
width: 800px;
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
}
body>div {
background: rgba(163,128,95,0.8);
align: center;
text-align: center;
}
h1 {
align: center;
}

View file

@ -3,8 +3,10 @@
<head> <head>
<title>JSDSH</title> <title>JSDSH</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="assets/style.css" />
</head> </head>
<body> <body>
<div>
<h1>JSDSH - Javascript Dungeonslayers Helper</h1> <h1>JSDSH - Javascript Dungeonslayers Helper</h1>
<div id="game"></div> <div id="game"></div>