From 709b123ed4758a4f2928a05858ffe11d156ef127 Mon Sep 17 00:00:00 2001 From: Z0mbie001 <94248812+Z0mbie001@users.noreply.github.com> Date: Tue, 28 May 2024 14:41:44 +0100 Subject: [PATCH] Added Select CSS --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8a7de14..697b81d 100644 --- a/css/style.css +++ b/css/style.css @@ -73,9 +73,14 @@ button margin: 10px; } +select +{ + margin: 10px; +} + input { - margin: 10px + margin: 10px; } table