Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61184a2 commit a5592bcCopy full SHA for a5592bc
19 - Webcam Fun/style.css
@@ -52,8 +52,8 @@ html {
52
background:white;
53
}
54
55
-.strip a:nth-child(5n+1) img { rotate: 10deg; }
56
-.strip a:nth-child(5n+2) img { rotate: -2deg; }
57
-.strip a:nth-child(5n+3) img { rotate: 8deg; }
58
-.strip a:nth-child(5n+4) img { rotate: -11deg; }
59
-.strip a:nth-child(5n+5) img { rotate: 12deg; }
+.strip a:nth-child(5n+1) img { transform: rotate(10deg); }
+.strip a:nth-child(5n+2) img { transform: rotate(-2deg); }
+.strip a:nth-child(5n+3) img { transform: rotate(8deg); }
+.strip a:nth-child(5n+4) img { transform: rotate(-11deg); }
+.strip a:nth-child(5n+5) img { transform: rotate(12deg); }
0 commit comments