Modal Close Button - Make button Rounded Shape Prompt

PHOTO EMBED

Wed May 17 2023 12:19:22 GMT+0000 (Coordinated Universal Time)

Saved by @JISSMONJOSE #javascript #html #css #typescript #react.js

<button
   className="modal-close-button"
   onClick={handleCloseModal}
 >
   <span aria-hidden="true">&times;</span>
 </button>
 
 You are a CSS expert
 
 I want you to do following changes in styling.
 
 1. Rounded shape. Apply border radius to 50pc.
 2. Background to "#f1f1f1".
 3. No outer border color.
 3. border of child element span should be 2px solid #494A53.
content_copyCOPY