Modal Close Button at top right corner of page.

PHOTO EMBED

Thu May 18 2023 10:10:36 GMT+0000 (Coordinated Universal Time)

Saved by @JISSMONJOSE #css

.modal-close-button {
    border-radius: 50%;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    top: 8px;
    position: absolute;
    right: 16px;
}
content_copyCOPY