css class for grid background

This commit is contained in:
reverend 2020-12-27 20:42:54 +01:00
parent e4e02e3a94
commit af4ea7ce10

View File

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