Source code
Revision control
Copy as Markdown
Other Tools
.pseudodialog {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
}