leff

Mr. Webpage

a blog about putting content on the web

Posts tagged with "css3"

Tuesday 23rd August, 2011
Thursday 10th February, 2011
Type study: An all CSS button « The Typekit Blog
From the simplebits guy. Very nice. 

Type study: An all CSS button « The Typekit Blog

From the simplebits guy. Very nice. 

Tuesday 23rd November, 2010
Wednesday 13th October, 2010
Wednesday 11th August, 2010
Wednesday 11th August, 2010
Wednesday 11th August, 2010
Monday 7th June, 2010
text-shadow + transform rotate = not quite there yet. We see here an example of 
 text-shadow: #FFF 1px 1px 1px 1px; 
 -webkit-transform: rotate(-42deg); 
 -moz-transform: rotate(-42deg); 
 transform: rotate(-42deg);
As we can see, it doesn’t even pretend to work. Oh well, the fact that the “leff” is text on the page and not part of the image is still something to get excited about.

text-shadow + transform rotate = not quite there yet. We see here an example of 

 text-shadow: #FFF 1px 1px 1px 1px; 
 -webkit-transform: rotate(-42deg); 
 -moz-transform: rotate(-42deg); 
 transform: rotate(-42deg);

As we can see, it doesn’t even pretend to work. Oh well, the fact that the “leff” is text on the page and not part of the image is still something to get excited about.

Friday 14th May, 2010
Wednesday 12th May, 2010
Huzzah! (best read in the voice of Tobias Fünke)
Box-Shadow back on the Menu (and other updates) - CSS3 . Info 

Huzzah! (best read in the voice of Tobias Fünke)

Box-Shadow back on the Menu (and other updates) - CSS3 . Info 

Mr. Webpage is also