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