Answers for "css flip image horizontal and vertical"

CSS
3

css flip image horizontally

.flip-horizontally {
  transform: scaleX(-1);
}
Posted by: Guest on May-17-2021

Code answers related to "css flip image horizontal and vertical"

Browse Popular Code Answers by Language