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; }