create the footer
This commit is contained in:
parent
3a42fee6e2
commit
aef0af64b6
|
@ -2,7 +2,11 @@ import React from 'react';
|
||||||
class Footer extends React.Component{
|
class Footer extends React.Component{
|
||||||
render(){
|
render(){
|
||||||
return(
|
return(
|
||||||
'hello Footer!'
|
<footer>
|
||||||
|
<span className="arabic-text"> جميع الحقوق محفوظة لمؤسسة مٌصرين</span>
|
||||||
|
|
||||||
|
<span className="english-text"> all rights reserved</span>
|
||||||
|
</footer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.english-text {
|
.english-text {
|
||||||
font-family: interstate, serif;
|
font-family: majalla, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* variables */
|
/* variables */
|
||||||
|
@ -123,3 +123,13 @@ header {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
/* footer */
|
||||||
|
footer{
|
||||||
|
background: var(--858-light-gray-color);
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
left: 0;
|
||||||
|
margin-top: 1em;
|
||||||
|
padding: 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user