Answers for "how to horizontally flip a svg html css"

CSS
4

css flip svg

footer {
  transform: scaleY(-1);
}
Posted by: Guest on February-23-2020

Browse Popular Code Answers by Language