css class for grid background
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user