Skip to main content

Home/ CSS Evangelist/ Group items tagged fun

Rss Feed Group items tagged

anonymous

Designing a Website - Spread Fun and Warmth with Creative Pencil Drawings - 0 views

  •  
    Many people think that pencil sketches are not suitable for professional websites. However, this is not true. Using pencil drawings cleverly can pep up your site and highlight its uniqueness.
yc c

Pure CSS Twitter Fail Whale - Subcide - 5 views

  •  
    Developers continue to do crazy things to show us what can be done with CSS3. The latest is a fully animated Twitter fail whale by Steve Dennis: The idea for this came to me this morning after being greeted first thing this morning by another Twitter outage. I'd been looking for something to stretch my CSS muscles on, and the Fail Whale seemed perfect. Also I think the animation only adds to his (or her?) charm. How was this made? The short answer is very painfully, by hand, using trial and error. Curves are done using various uneven border-radius properties, stranger angles (such as the strings) are masked using containers with overflow: hidden; set on them. I hope someone else gets a bit of enjoyment out of my wasted Sunday. It was a fun experiment that I don't plan on repeating any time soon. Take a look at the source to see the mass of code such as: PLAIN TEXTCSS:@-webkit-keyframes flutter1 {  0%   { -webkit-transform:rotate(0deg) }  50%  { -webkit-transform:rotate(-25deg) }  100% { -webkit-transform:rotate(0deg) }}.right .wing {  background: transparent !important;  z-index: 22 !important;  width: 15px;  height: 18px;  bottom: 4px;  left: 8px;  -webkit-animation: 'flutter1' 0.1s linear;  -webkit-animation-iteration-count: infinite;} 
jdr santos

CSS Design Yorkshire - Gallery of CSS Websites - 0 views

  •  
    CSS Design Yorkshire is a new collection of web sites created by designers in the Yorkshire region that conform with the W3C standards. Become part of a group of developers that make the web more accessible, better to look at and more fun!
kumar app

Top 300+ Themed Fonts of 2009 - 5 views

  •  
    Have you ever feel that traditional fonts are a little too boring and plain for your designs and artworks? Ever wanted to use fonts that are funkier, stylish and fun to look at? 2009 has been a rough ride for many of us, but typographically it has been a triumph. Unlike the serif font family, the
yc c

A CSS Sticky Footer - 0 views

  •  
    /* STICKER - A valid, easy to use CSS sticky footer by Ryan Fait This is the basic CSS you need along with the one extra empty div and the wrapper required to achieve the effect. I suggest that you leave the * { margin: 0; } code in while testing and building your site because margins do have a tendency to mess things up a bit. Have fun! Copyright (c) 2006-2007 Ryan Fait */ * { margin: 0; } html, body { height: 100%; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */ } .footer, .push { height: 4em; /* .push must be the same height as .footer */ } /* TROUBLESHOOTING I've received a few comments about vertical margins causing a few problems with the layout. If you want space between paragraphs or headers, use padding instead of margin. It's as simple as that. */
Alberto Adrián Schiano

ColorBlender.com | Your free online color matching toolbox - 1 views

  •  
    Web tool to find color matches: use=3, abuse=6
    Herramienta web para hallar combinatoria de colores: usar=3, abusar=6

1 - 11 of 11
Showing 20 items per page