diff --git a/startpage.html b/startpage.html index b9bae9e..d549d11 100644 --- a/startpage.html +++ b/startpage.html @@ -12,10 +12,13 @@ } .invertedX { - transform: scaleX(-1); + transform: scale(-1, 1); } .invertedY { - transform: scaleY(-1); + transform: scale(1, -1); + } + .doubleInverted { + transform: scale(-1, -1); } /* @@ -533,9 +536,8 @@
- todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo! + todo: