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