Skip to content

Commit

Permalink
Fix typos and spelling errors in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
allolex committed Jan 12, 2013
1 parent ab44798 commit c6856a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/impress-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ a:focus {
I agree that this may be not the most efficient, object-oriented and
scalable way of styling, but most of steps have quite a custom look
and typography tricks here and there, so they had to be styles separately.
and typography tricks here and there, so they had to be styled separately.
First is the title step with a big <h1> (no room for padding) and some
3D positioning along Z axis.
Expand Down Expand Up @@ -344,7 +344,7 @@ a:focus {
}

/*
... 'rotating' to rotate quater of a second later ...
... 'rotating' to rotate a quarter of a second later ...
*/
#ing.present .rotating {
-webkit-transform: rotate(-10deg);
Expand All @@ -361,7 +361,7 @@ a:focus {
}

/*
... and 'scaling' to scale down after another quater of a second.
... and 'scaling' to scale down after another quarter of a second.
*/
#ing.present .scaling {
-webkit-transform: scale(0.7);
Expand Down Expand Up @@ -700,4 +700,4 @@ a:focus {
That's all I have for you in this file.
Thanks for reading. I hope you enjoyed it at least as much as I enjoyed writing it
for you.
*/
*/

0 comments on commit c6856a6

Please sign in to comment.