From dbccfebb5a65aa4a802a85078140bebe3ddc22ca Mon Sep 17 00:00:00 2001 From: jaanvi Date: Fri, 27 Dec 2024 07:57:57 +0000 Subject: [PATCH] Update style.css --- style.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 85897ce..aaaee9a 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ body { .container{ width: 360px; - height: 500px; + height: 650px; margin: 8% auto; background: #fff; border-radius: 5px; @@ -137,7 +137,56 @@ form button{ position:relative ; } -.checkbox-group input{ - - margin-right: 5px; + + +input[type="checkbox"] { + margin-right: 8px; } + +.checkbox-group label { + display: inline-block; + margin-right: 15px; + font-size: 14px; +} + +/* Error messages */ +.error-message { + color: red; + font-size: 12px; + display: block; + margin-top: 5px; +} + + +.review-section { + font-family: Arial, sans-serif; + background-color: #f9f9f9; + border: 1px solid #ddd; + padding: 20px; + border-radius: 8px; + margin: 20px 0; +} + +.review-section h4 { + color: #333; + font-size: 1.2em; + margin-bottom: 10px; +} + +.detail-group { + margin-bottom: 15px; +} + +.detail-group p { + font-size: 1em; + line-height: 1.5; + color: #555; +} + +.detail-group p strong { + color: #333; +} + + + +