From 12cd14db9ea7a8669fb82dcf0815e99788f1874f Mon Sep 17 00:00:00 2001 From: severak Date: Fri, 15 May 2020 14:38:05 +0200 Subject: [PATCH] fixed thumb background --- gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery.css b/gallery.css index e2ecca8..031e79b 100644 --- a/gallery.css +++ b/gallery.css @@ -7,4 +7,4 @@ ul.gallery li { display: inline-block; list-style-type: none; outline: 2px soli ul.gallery li a { text-decoration: none; } ul.gallery li a:hover { color: yellow; } ul.gallery li p { font-size: large; text-align: center; color: #fff; } -ul.gallery li img { max-width: 100%; } \ No newline at end of file +ul.gallery li img { max-width: 100%; background-color: white; } \ No newline at end of file