mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-07 17:59:13 +00:00
7 lines
184 B
SCSS
Executable File
7 lines
184 B
SCSS
Executable File
// Specific CSS for your home-page
|
|
video {
|
|
transform: rotateY(180deg);
|
|
-webkit-transform:rotateY(180deg); /* Safari and Chrome */
|
|
-moz-transform:rotateY(180deg); /* Firefox */
|
|
}
|