Embedding Tweets - 7 views
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;}
Blog | Graphicpeel - iOS Icons Made in Pure CSS - 5 views
-
The following demo was made using a variety of CSS techniques. Rounded corners, shadows, gradients, rgba, pseudo-elements, and transforms are just some of them. A lot of these were generated by helpful tools, such as westciv's tools and Border Radius. By combining these techniques, you can create rich graphics with just a few lines of code. Here are a few examples. In the contacts icon, I used 5 different shapes for the silhouette icon. The head is a rectangle with rounded corners, followed by another rectangle for the neck and a distorted semi-circle for the body. In order to get the curve of the shoulders to the neck, I placed two circles on top of the shapes. The weather icon has several rays of light shooting from behind the sun. Each one of these rays is actually a long rectangle with a gradient that fades to transparent on either end. I used -webkit-transform:rotate to rotate each rectangle to a different angle. The same effect was used for the iTunes icon. To get the cloud icon on the iDisk icon, I used two circles layered on top of each other, above a rounded rectangle. The larger circle has a gradient that cuts off just before the rectangle.
Understanding border-image | CSS-Tricks - 6 views
-
Strangely, the percentages require the “%”, while pixels should be listed without the “px”:
Less Framework 4 - 7 views
CSS1K - 6 views
CSSPrefixer - 6 views
Stu Nicholls | CSSplay | CSS only menus - 2 views
How to Code HTML Email Newsletters [HTML & XHTML Tutorials] - 0 views
-
HTML email newsletters have come a long way in the five years since this article was first published. HTML email is still a very successful communications medium for both publishers and readers. Publishers can track rates for email opens, forwards, and clickthroughs, and thereby can measure reader interest in products and topics; readers are presented with information that's laid out like a web page, in a way that's more visually appealing, and much easier to scan and navigate, than plain text email.
-
Browser idiosyncracies, spam registers, and various mail clients are just some of the pitfalls that must be faced by email marketers. Make sure your HTML email gets through with Tim's essential how-to.
53 CSS-Techniques You Couldn't Live Without | Smashing Magazine - 0 views
Automatic At Sign on Twitter Profile Links - 2 views
Compass Home | Compass Documentation - 4 views
-
Compass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. With compass, you write your stylesheets in Sass instead of CSS. Using the power of Sass Mixins and the Compass community, you can apply battle-tested styles from frameworks like Blueprint to your stylesheets instead of your markup.
Linear Gradients - 4 views
« First
‹ Previous
61 - 80
Next ›
Last »
Showing 20▼ items per page