css class for grid background

This commit is contained in:
reverend 2020-12-27 20:42:54 +01:00
parent e4e02e3a94
commit af4ea7ce10
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta contentType="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="{{ path '/rcss.css' }}">
<title>Preview</title>
@ -33,6 +33,11 @@
width: 100%;
height: 300px;
}
.grid {
color: white;
background-image: url("{{path '/images/grid.png'}}");
}
</style>
</head>
<body>