diff --git a/css/impress-demo.css b/css/impress-demo.css index 7d9662e..6c5e70d 100644 --- a/css/impress-demo.css +++ b/css/impress-demo.css @@ -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); @@ -308,6 +308,8 @@ a:focus { #title h1 { font-size: 190px; + line-height: 1em; + -webkit-transform: translateZ(50px); -moz-transform: translateZ(50px); -ms-transform: translateZ(50px); @@ -315,6 +317,15 @@ a:focus { 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. diff --git a/index.html b/index.html index 5484d48..0c00375 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,7 @@