Skip to content

Commit

Permalink
Je pars
Browse files Browse the repository at this point in the history
  • Loading branch information
EpokK committed Aug 11, 2012
1 parent be0cc6b commit 3d37c51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
17 changes: 14 additions & 3 deletions css/impress-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ a:focus {
}

#title .try {
font-size: 64px;
font-size: 60px;
position: absolute;
top: -0.5em;
left: 1.5em;
top: -0.7em;
color: #666;

-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
Expand All @@ -308,13 +308,24 @@ a:focus {

#title h1 {
font-size: 190px;
line-height: 1em;

-webkit-transform: translateZ(50px);
-moz-transform: translateZ(50px);
-ms-transform: translateZ(50px);
-o-transform: translateZ(50px);
transform: translateZ(50px);
}

#title .duction {
font-size: 80px;
font-weight: bold;
font-family: "Georgia";
color: #666;
top: 1.8em;
position: absolute;
}

/*
Second step is nothing special, just a text with a link, so it doesn't need
any special styling.
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h2>Plan</h2>
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<span class="try">Mon</span>
<h1>Intro</h1>
<span class="duction">DUCTION</span>
</div>

<div id="its" class="step" data-x="850" data-y="3000" data-rotate="90" data-scale="5">
Expand Down

0 comments on commit 3d37c51

Please sign in to comment.