File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "> → السابق</ a >
293- < a class ="next " href ="# "> التالي ←</ a >
293+ < a class ="next " href ="../semantic/index.html "> التالي ←</ a >
294294</ div >
295295
296296</ main >
Original file line number Diff line number Diff line change @@ -110,12 +110,18 @@ footer .support {
110110}
111111
112112footer .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
You can’t perform that action at this time.
0 commit comments