summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/resources/dialog.css
blob: 571e7b8b6f7cf95f5adb0ab871301358fd4394e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
}