mirror of
https://github.com/thangisme/notes.git
synced 2026-07-31 04:22:41 -04:00
Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
expect:
|
||||
viewport-units: 4
|
||||
*/
|
||||
|
||||
div {
|
||||
width: 100vmin;
|
||||
border-right-width: 1vw;
|
||||
border-bottom-width: 1vh;
|
||||
height: 100vmax;
|
||||
}
|
||||
Reference in New Issue
Block a user