Added frontend background
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-09-14 17:36:26 +02:00
parent 6e2a468b22
commit 6cd54f7005
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 6 additions and 1 deletions

BIN
assets/bg_frontend.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

4
assets/css/frontend.css Normal file
View File

@ -0,0 +1,4 @@
body {
background: url('/assets/bg_frontend.jpg') fixed no-repeat center;
background-size: cover;
}

View File

@ -4,7 +4,8 @@
<head>
<meta charset="UTF-8">
<title>Kasino</title>
<link rel="stylesheet" type="text/css" href="/assets/semantic/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/assets/semantic/semantic.min.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/frontend.css" />
</head>
<body>
<div id="table"></div>