From 85efafb39a254a04293d631b80d2bf7233b5a210 Mon Sep 17 00:00:00 2001 From: Assil Date: Mon, 29 Oct 2018 11:19:21 +0000 Subject: [PATCH] Replace css text written in arabic (#30514) replace code that shouldn't be translated --- ...he-height-of-an-element-using-the-height-property.arabic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-height-of-an-element-using-the-height-property.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-height-of-an-element-using-the-height-property.arabic.md index 7a6330c4f5..91b7425678 100644 --- a/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-height-of-an-element-using-the-height-property.arabic.md +++ b/curriculum/challenges/arabic/01-responsive-web-design/applied-visual-design/adjust-the-height-of-an-element-using-the-height-property.arabic.md @@ -7,7 +7,8 @@ localeTitle: ضبط ارتفاع عنصر باستخدام خاصية الارت --- ## Description -
يمكنك تحديد ارتفاع عنصر باستخدام خاصية height في CSS ، على غرار خاصية width . في ما يلي مثال يغير ارتفاع الصورة إلى 20 بكسل:
img {
الارتفاع: 20 بكسل ؛
}
+
+يمكنك تحديد ارتفاع عنصر باستخدام خاصية height في CSS، على غرار خاصية width. في ما يلي مثال يغير ارتفاع الصورة إلى 20 بكسل:
img {
  height: 20px;
}
## Instructions
إضافة خاصية height إلى علامة h4 وتعيينها إلى 25 بكسل.