From 37437f9a53bc9c9d888bdc9ea3140348447099f5 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 12:35:58 +0200 Subject: [PATCH] border --- api/public/css/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 23ec8a75..6c4e7e21 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -16,12 +16,12 @@ body { width: 60%; float: left; height: 500px; - border-color: 1px sold blue; + border: 1px sold blue; } .lastpicture { width: 40%; float: right; height: 400px; - border-color: 1px solid red; + border: 1px solid red; } \ No newline at end of file