From 28d0d84638ba1ba45696f3fa86cb18e694f280a5 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 24 Jun 2021 15:57:05 -0400 Subject: Prettifying images --- index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 8047e7f..83f2e0c 100644 --- a/index.css +++ b/index.css @@ -138,6 +138,11 @@ nav a:hover { text-align: center; } +.image img { + border-radius: 3px; + border: 1px solid #D0D0D0; +} + /*********************************** Content styling ************************************/ -- cgit v1.2.1