File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let valuesCardCourse = [
16
16
17
17
function Course ( ) {
18
18
return (
19
- < div className = 'mt-5 pb_items_box ' >
19
+ < div className = 'py-5 ' >
20
20
< TitlesMain title = "دوره های آکادمی" > </ TitlesMain >
21
21
< div className = 'py-3 mt-4 d-flex justify-content-center align-items-center flex-column row-gap-3' >
22
22
{ /* <CardCourse {...valuesCardCourse[0]}></CardCourse> */ }
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import TitlesMain from '../TitlesMain/TitlesMain' ;
3
+ import IntBox from './IntBox/IntBox' ;
3
4
4
5
function Introduction ( ) {
5
6
return (
6
- < div >
7
+ < div className = 'bg-danger w-100 h-100 py-5 px-1' >
7
8
< TitlesMain title = "معرفی دوره ها" > </ TitlesMain >
9
+ < div className = 'w-100 h-100 mt-5' >
10
+ < div className = "row row-gap-4" >
11
+ < div className = "col-6" >
12
+ < IntBox > </ IntBox >
13
+ </ div >
14
+ < div className = "col-6" >
15
+ < IntBox > </ IntBox >
16
+ </ div >
17
+ < div className = "col-6" >
18
+ < IntBox > </ IntBox >
19
+ </ div >
20
+ < div className = "col-6" >
21
+ < IntBox > </ IntBox >
22
+ </ div >
23
+ </ div >
24
+ </ div >
8
25
</ div >
9
26
)
10
27
}
You can’t perform that action at this time.
0 commit comments