crazy gpt
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* src/components/Modal.module.css */
|
||||
|
||||
.modalOverlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -22,12 +23,20 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Style the close button as an "X" */
|
||||
.closeButton {
|
||||
margin-top: 20px;
|
||||
background: #f44336;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
color: #333;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Optional: Add a hover effect */
|
||||
.closeButton:hover {
|
||||
color: #f44336; /* Change color on hover for better UX */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user