Add Modal
This commit is contained in:
19
styles/ProjectModal.module.css
Normal file
19
styles/ProjectModal.module.css
Normal file
@ -0,0 +1,19 @@
|
||||
.modal {
|
||||
z-index: 99;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
padding: 5%;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.modalContainer {
|
||||
background: #333;
|
||||
color: #ccc;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
Reference in New Issue
Block a user