Skip to content
Snippets Groups Projects
Commit 12d53871 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

image-rendering

parent bfae7638
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ .object { ...@@ -32,6 +32,10 @@ .object {
-webkit-animation: spin 30s infinite linear; -webkit-animation: spin 30s infinite linear;
-moz-animation: spin 30s infinite linear; -moz-animation: spin 30s infinite linear;
animation: spin 30s infinite linear; animation: spin 30s infinite linear;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
} }
.block > div { .block > div {
height: 100%; height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment