Skip to content

Commit c9f547d

Browse files
Update blog.html
1 parent 0396ee0 commit c9f547d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

assest/auth/blog.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,25 @@
1414
</head>
1515
<body>
1616
<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>
1823
<h1 class="text-center ">Reading All Blog</h1>
1924
<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>
2530
</div>
2631
</header>
2732
<div class="col-12 justify-content-center no-data" id="no-data">
2833
<img src="../image/No data.gif" alt="" >
2934
</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 ">
3136
<div class="loader" id="loader"></div>
3237
</div>
3338
<div class="row m-auto d-flex justify-content-around " id="blog-data">

0 commit comments

Comments
 (0)