remove horizontal line from the modal body and footer

PHOTO EMBED

Mon Dec 20 2021 21:43:02 GMT+0000 (Coordinated Universal Time)

Saved by @sofiabedoy_96 #html

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}

---------------------------------

<div class="modal-header border-0">
....
</div>

<div class="modal-footer border-0">
....
</div>
content_copyCOPY

https://stackoverflow.com/questions/51781734/i-want-to-remove-horizontal-line-from-the-modal-body-and-footer