Only Thing Lacking From The Project Is The Mobile Versionmaster
parent
dd18900382
commit
8c7a508fc3
5 changed files with 40 additions and 3 deletions
@ -0,0 +1,16 @@ |
|||||||
|
.FreeSignUp{ |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: center; |
||||||
|
direction: rtl; |
||||||
|
width:75%; |
||||||
|
} |
||||||
|
.FreeSignUp div{ |
||||||
|
padding: 15px; |
||||||
|
width:50%; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
.FSUDes p{ |
||||||
|
font-size: 13px; |
||||||
|
} |
@ -0,0 +1,19 @@ |
|||||||
|
import React from "react"; |
||||||
|
import KhabarNameh from "../../Components/khabarNameInput/KhabarNameh"; |
||||||
|
import './FreeSignUp.css'; |
||||||
|
|
||||||
|
const FreeSignUp = () =>{ |
||||||
|
return( |
||||||
|
<div className="FreeSignUp"> |
||||||
|
<div className="FSUDes"> |
||||||
|
<h2>ثبت نام شما رایگان است ...</h2> |
||||||
|
<p>همین حالا با ثبت نام در بازو از تمامی امکانات این پلتفرم قوی تا یک ماه به صورت رایگان استفاده کنید</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
<KhabarNameh /> |
||||||
|
|
||||||
|
</div> |
||||||
|
); |
||||||
|
}; |
||||||
|
|
||||||
|
export default FreeSignUp; |
Loading…
Reference in new issue