diff --git a/semantic/semantic5.html b/semantic/semantic5.html index 383606f..e624b90 100644 --- a/semantic/semantic5.html +++ b/semantic/semantic5.html @@ -165,7 +165,7 @@
أضف سمة cite إلى عنصر الاقتباس المضمن باستخدام عنوان URL هذا:
https://www.freecodecamp.org/news/learn-to-code-book/
https://www.freecodecamp.org/news/learn-to-code-book/
الآن، أضف سمة cite إلى عنصر اقتباس الكتلة the block quotation element مع عنوان URL
https://www.freecodecamp.org/news/learn-to-code-book/
https://www.freecodecamp.org/news/learn-to-code-book/
داخل عنصر section الثاني، قم بتضمين عنصر h2 مع النص أهمية الشبكات.
أسفل هذا العنوان، أضف عنصر اقتباس كتلة a block quotation element مع سمة cite بقيمة
https://www.freecodecamp.org/news/learn-to-code-book/
https://www.freecodecamp.org/news/learn-to-code-book/
ثم، أسفل عنصر h2، أضف عنصر اقتباس كتلة a block quotation element مع تعيين سمة cite إلى
https://www.freecodecamp.org/news/learn-to-code-book/
https://www.freecodecamp.org/news/learn-to-code-book/
أخيرًا، قم بتضمين ثلاثة عناصر فقرة داخل عنصر اقتباس الكتلة the block quotation element مع النصوص التالية، بالترتيب:
diff --git a/semantic/style.css b/semantic/style.css index 0bcd916..07b93e3 100644 --- a/semantic/style.css +++ b/semantic/style.css @@ -308,6 +308,7 @@ section { background-color: white; font-size: 1rem; color: black; + } .long-link { @@ -333,6 +334,10 @@ section { direction: ltr; overflow-x: auto; color: #071023; + font-size: 1rem; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + margin: auto; + text-align: right; } .code-block { @@ -384,6 +389,7 @@ section { display: block; direction: ltr; overflow-x: auto; + } @@ -392,4 +398,6 @@ form { border: white solid 2px; border-radius: 2%; padding: 4px; -} \ No newline at end of file +} + +