Commit 5413ec8a authored by Bilal's avatar Bilal

Fixed html violation and styling

parent a4348b96
......@@ -20,13 +20,11 @@ function App() {
</div>
<h3 className='text-white'>Ivrnet</h3>
</div>
<div className='p-5'>
<div className='offset-md-3 col-md-8'>
<TelepayForm />
</div>
</div>
</div>
</div>
);
}
......
......@@ -129,6 +129,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='firstName'
label='First Name'
placeholder='Enter your first name'
variant='outlined'
......@@ -145,6 +146,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='lastName'
label='Last Name'
placeholder='Enter your last name'
variant='outlined'
......@@ -161,6 +163,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='address'
label='Address'
placeholder='Enter your address'
variant='outlined'
......@@ -177,6 +180,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='city'
label='City'
placeholder='Enter your city'
variant='outlined'
......@@ -193,6 +197,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='province'
label='Province'
placeholder='Enter your province'
variant='outlined'
......@@ -209,6 +214,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='country'
label='Country'
placeholder='Enter your country'
variant='outlined'
......@@ -225,6 +231,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='email'
label='Email'
placeholder='Enter your email'
variant='outlined'
......@@ -242,6 +249,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='phone'
label='Phone'
placeholder='Enter your phone number'
variant='outlined'
......@@ -258,6 +266,7 @@ const TelepayForm = () => {
</div>
<div className='col-md-9'>
<TextField
id='description'
label='Description'
placeholder='Enter description'
variant='outlined'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment