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