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.
2 parents 61184a2 + a5592bc commit 66ed54eCopy full SHA for 66ed54e
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