File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 14
14
</ head >
15
15
< body >
16
16
< header class ="">
17
- < div class ="top-heading mt-4 bg-danger w-100 position-relative ">
17
+ < div class ="top-heading position-relative ">
18
+ < div class ="back position-absolute ">
19
+ < a href ="../dashbord/dashboard.html " class ="text-black ">
20
+ < i class ="fa-solid fa-arrow-left fs-5 "> </ i >
21
+ </ a >
22
+ </ div >
18
23
< h1 class ="text-center "> Reading All Blog</ h1 >
19
24
< div class ="underline "> </ div >
20
- < div class =" search-box position-absolute " >
21
- < input type =" text " id =" search-input " placeholder =" Search by blog title... ">
22
- < button type ="button " class =" btn btn-primary " id =" search-btn " > Search</ button >
23
- < button type ="button " class ="btn btn-primary " id ="clear -btn "> Clear </ button >
24
- </ div >
25
+ </ div >
26
+ < div class =" search-box ">
27
+ < input type ="text " id =" search-input " placeholder =" Search by blog title... " >
28
+ < button type ="button " class ="btn btn-primary " id ="search -btn "> Search </ button >
29
+ < button type =" button " class =" btn btn-primary " id =" clear-btn " > Clear </ button >
25
30
</ div >
26
31
</ header >
27
32
< div class ="col-12 justify-content-center no-data " id ="no-data ">
28
33
< img src ="../image/No data.gif " alt ="" >
29
34
</ div >
30
- < div class ="loader-box d-flex justify-content-center mt-5 ">
35
+ < div class =" loader-box d-flex justify-content-center mt-5 ">
31
36
< div class ="loader " id ="loader "> </ div >
32
37
</ div >
33
38
< div class ="row m-auto d-flex justify-content-around " id ="blog-data ">
You can’t perform that action at this time.
0 commit comments