From 39dc7577a78370eb2db8a747f039f88c8301d976 Mon Sep 17 00:00:00 2001
From: YousufSMahmoud <93083080+YousufSMahmoud@users.noreply.github.com>
Date: Sun, 25 Dec 2022 01:43:57 +0300
Subject: [PATCH] fixing a small typo

heigh -> height

##color -> #color
---
 final/05-Design/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/final/05-Design/style.css b/final/05-Design/style.css
index 79643b548..8a943b1f7 100644
--- a/final/05-Design/style.css
+++ b/final/05-Design/style.css
@@ -120,7 +120,7 @@ img {
 .features-icon {
   stroke: #087f5b;
   width: 32px;
-  heigh: 32px;
+  height: 32px;
   margin-bottom: 24px;
 }
 
@@ -158,7 +158,7 @@ img {
   margin-bottom: 24px;
   font-size: 18px;
   line-height: 1.7;
-  color: ##e6fcf5;
+  color: #e6fcf5;
 }
 
 .testimonial-author {