diff --git a/style.css b/style.css index 65e6036..9c30ef7 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,9 @@ #viewer{ display: flex; flex-direction: row; +} +#sidePanel{ + border: solid black 1px; + margin: 10px; + padding: 20px; } \ No newline at end of file