Skip to content

Commit 29e2a59

Browse files
committed
تحديث
1 parent 4ef217d commit 29e2a59

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

basic/basic20.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h4>يُحدد عنوان المستند the title for a document ويظهر ف
290290
<!-- Pages -->
291291
<div class="page-nav">
292292
<a class="prev" href="./basic19.html">&#8594; السابق</a>
293-
<a class="next" href="#">التالي &#8592;</a>
293+
<a class="next" href="../semantic/index.html">التالي &#8592;</a>
294294
</div>
295295

296296
</main>

style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,18 @@ footer .support {
110110
}
111111

112112
footer .support a{
113-
color: black;
113+
/* color: black;
114114
text-decoration: none;
115115
background: linear-gradient(180deg, #7b2a9f, #fdd82e);
116116
border-radius: 4px;
117-
padding: 0px;
117+
padding: 0px; */
118118

119+
color: white;
120+
text-decoration: none;
121+
background: linear-gradient(180deg, green, black);
122+
border-radius: 4px;
123+
padding: 1px;
124+
border: green solid 1px;
119125

120126
}
121127

0 commit comments

Comments
 (0)