Skip to content

Commit ef58771

Browse files
Update index.html
1 parent 893c9aa commit ef58771

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

Blog Application/index.html

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,7 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
8282
<div class="container">
8383
<section>
8484
<div class="row blog__container mt-5 mb-3 ">
85-
<!-- <div class="col-lg-4 col-md-6">
86-
<div class="card">
87-
<div class="card-header d-flex justify-content-end gap-2">
88-
<button type="button" class="btn btn-outline-success"><i class="fas fa-pencil-alt"></i></button>
89-
<button type="button" class="btn btn-outline-danger"><i class="fas fa-trash-alt"></i></button>
90-
</div>
91-
<img
92-
src="https://images.unsplash.com/flagged/photo-1551706646-9c816bfbff8c?ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDJ8NnNNVmpUTFNrZVF8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60"
93-
class="card-img-top" alt="...">
94-
<div class="card-body">
95-
<h5 class="card-title">Special title treatment</h5>
96-
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
97-
<span class="badge bg-primary">Amazing</span>
98-
</div>
99-
<div class="card-footer text-muted">
100-
<button type="button" class="btn btn-outline-primary float-end">Open Task</button>
101-
</div>
102-
</div>
103-
</div> --></div>
85+
</div>
10486
</section>
10587
</div>
10688
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)