diff --git a/startpage.html b/startpage.html index f84cfe8..b9bae9e 100644 --- a/startpage.html +++ b/startpage.html @@ -11,6 +11,13 @@ display: none; } + .invertedX { + transform: scaleX(-1); + } + .invertedY { + transform: scaleY(-1); + } + /* * CURSOR STUFF body { @@ -527,6 +534,8 @@ todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo! +
also change add image to "add media" and add youtube iframe support +
also mirror images x/y?