DOCTYPE html> Insert title here .modal-header,h4,close { background-color: #ff69b4; color: white; text-align: center; font-size: 30px; } .modal footer{ background-color: #db7093; } .modal content{ border-radius: 20px; overflow: hidden; } Modal Login Example Login × Login User name Password Remember Login Cancel $("#myBtn").click(function() { $("#myModal").modal(); });