Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions semantic/semantic5.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h4>فيما يلي مثال لعنصر اقتباس مضمن <em>inline quotati
</code></pre></div>

<p>أضف سمة <code class="br">cite</code> إلى عنصر الاقتباس المضمن باستخدام عنوان URL هذا:</p>
<p><code class="br-white">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>
<p><code class="long-code">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>

<h4>الكود :</h4>

Expand Down Expand Up @@ -344,7 +344,7 @@ <h4>فيما يلي مثال لعنصر اقتباس كتلة <em>a block quotat

<p>الآن، أضف سمة <code class="br">cite</code> إلى عنصر اقتباس الكتلة <em>the block quotation element</em> مع عنوان URL</p>

<p><code class="br-white">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>
<p><code class="long-code">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>

<h4>الكود :</h4>

Expand Down Expand Up @@ -513,7 +513,7 @@ <h3>الخطوة 11 :</h3>
<p>داخل عنصر <code class="br">section</code> الثاني، قم بتضمين عنصر <code class="br">h2</code> مع النص <code class="br-white">أهمية الشبكات</code>.</p>

<p>أسفل هذا العنوان، أضف عنصر اقتباس كتلة <em>a block quotation element</em> مع سمة <code class="br">cite</code> بقيمة</p>
<p><code class="br-white">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>
<p><code class="long-code">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>

<h4>الكود :</h4>

Expand Down Expand Up @@ -667,7 +667,7 @@ <h3>الخطوة الأخيرة :</h3>

<p>ثم، أسفل عنصر <code class="br">h2</code>، أضف عنصر اقتباس كتلة <em>a block quotation element</em> مع تعيين سمة <code class="br">cite</code> إلى</p>

<p><code class="br-white">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>
<p><code class="long-code">https://www.freecodecamp.org/news/learn-to-code-book/</code></p>

<p>أخيرًا، قم بتضمين ثلاثة عناصر فقرة داخل عنصر اقتباس الكتلة <em>the block quotation element</em> مع النصوص التالية، بالترتيب:</p>

Expand Down
10 changes: 9 additions & 1 deletion semantic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ section {
background-color: white;
font-size: 1rem;
color: black;

}

.long-link {
Expand All @@ -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 {
Expand Down Expand Up @@ -384,6 +389,7 @@ section {
display: block;
direction: ltr;
overflow-x: auto;

}


Expand All @@ -392,4 +398,6 @@ form {
border: white solid 2px;
border-radius: 2%;
padding: 4px;
}
}