From f1e77558493218edbf38eb4f991933d4a7f5100e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 15 Nov 2022 22:52:03 +0100 Subject: [PATCH] css/img --- index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.css b/index.css index 311b8b5..a90e161 100644 --- a/index.css +++ b/index.css @@ -9,6 +9,13 @@ color: rgb(160,160,160); font-family: sans; } +img { +border: 1px solid; +border-color: rgb(192,192,192); +border-radius: 1em; +height: 8em; +} + .tabs { position: relative; }