commit | 0943ffc3e33328e7fe0a4a43dc0e855bb567408b | [log] [tgz] |
---|---|---|
author | Andreu Huguet <andreuhuguet@gmail.com> | Tue Sep 15 17:29:12 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 15 17:29:12 2020 +0200 |
tree | 585b8b5b191d97e367bd3ba7a8f23a3b22498813 | |
parent | 3f6f62eb60c2ce214eeb1a690b3aa7a6c6d27d6a [diff] |
Victim img grid updated
diff --git a/css/main.css b/css/main.css index 7e9065e..82a5329 100644 --- a/css/main.css +++ b/css/main.css
@@ -50,7 +50,16 @@ margin-right: 16px; } -img.black { +.grid-container { + display: grid; + grid-template-columns: auto auto auto; + background-image: url(https://www.istockphoto.com/resources/images/PhotoFTLP/Signature-1205756464.jpg); + background-size: cover; + height: 100px; + width: 100px; +} + +.black { filter: brightness(0%); }