Add picture elements support.

This commit is contained in:
Dermot Duffy
2021-10-07 21:16:16 -07:00
parent 639e2cddfd
commit 49455ab741
14 changed files with 438 additions and 120 deletions
+4
View File
@@ -0,0 +1,4 @@
.element {
position: absolute;
transform: translate(-50%, -50%);
}