mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 06:17:18 -04:00
12 lines
133 B
CSS
12 lines
133 B
CSS
/*
|
|
expect:
|
|
viewport-units: 4
|
|
*/
|
|
|
|
div {
|
|
width: 100vmin;
|
|
border-right-width: 1vw;
|
|
border-bottom-width: 1vh;
|
|
height: 100vmax;
|
|
}
|