Css

FacebookTwitter

Ligature Symbols

http://kudakurage.com/ligature_symbols/ by Kazuyuki Motoyama Logos Please copy & paste this code to your HTML file or Stylesheet. <!-- HTML --><p>Simple use for mailto link.
via Ad Packs animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. Create custom build or Download on Github I fight for the user.

Animate.css - a bunch of plug-and-play CSS animations

http://daneden.me/animate/

Les 30 sélecteurs CSS à connaître absolument

Vous prétendez maîtriser le CSS et pourtant vous n'utilisez que les sélecteurs de base du genre #mon_id , .ma_classe , #mon_id div li . Remettez-vous en question. Dans ce guide, vous découvrirez enfin les sélecteurs avancés qui vous sont obscurs et pourtant oh, combien Awesome! Des sélecteurs CSS à consommer sans modération. 2. margin : 0 ; http://www.tomsyweb.com/component/content/article/48-css/101-les-30-selecteurs-css-a-connaitre
Twitter Bootstrap has simply exploded in the web development community. There will always be skeptics and haters but on the whole the project has been a smashing success and can constantly be seen at the top of the Forked and Watched charts at GitHub. As a result of Bootstrap’s fame, lots of great related resources have been put forth by the development community. http://designshack.net/articles/css/20-awesome-resources-for-twitter-bootstrap-lovers/

20 Awesome Resources for Twitter Bootstrap Lovers

21 outils et générateurs CSS pour développeurs web

Les générateurs et outils CSS sont de plus en plus nombreux sur la toile, et facilitent la tâche des développeurs web en leur faisant gagner un gain de temps considérable, en particulier ceux qui génèrent du CSS3. Voici une liste non exhaustive de 21 ressources CSS à connaître et à tester dès maintenant ! 1. http://www.megaptery.com/2012/05/21-outils-generateurs-css-developpeurs-web.html
In this tutorial we will create a slideshow with a parallax effect using several CSS3 properties. The idea is to move the background positions of two backgrounds while sliding the container of the slides. View demo Download source In this tutorial, we are going to create a slideshow with a parallax effect with the help of some CSS3 properties. We’ll use radio buttons and sibling combinators for controlling which slide is shown. There will be two backgrounds and the idea is to change the background positions and the position of the slider with transitions in order to create a slight parallax effect.

Fluid CSS3 Slideshow with Parallax Effect

http://tympanus.net/codrops/2012/04/30/fluid-css3-slideshow-with-parallax-effect/
http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/

A Pure CSS3 Cycling Slideshow

Thanks to CSS3, we can create effects and animations without using JavaScript, which will facilitate the work of many designers. But we must be careful to avoid abusing CSS3, not only because old browsers do not support all of its properties. In any case, we all see the potential of CSS3, and in this article we’ll discuss how to create an infinitely looping slider of images using only CSS3 animation .
http://inspectelement.com/tutorials/create-the-illusion-of-stacked-elements-with-css3-pseudo-elements/ .stack img { max-width : 100% ; height : auto ; vertical-align : bottom ; border : 10px solid #fff ; border-radius: 3px ; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 4px rgba( 0 , 0 , 0 , 0.4 );

Create the Illusion of Stacked Elements with CSS3 Pseudo-Elements

CSS3 Structural Pseudo-class Expressions Explained

http://www.impressivewebs.com/css3-pseudo-class-expressions/ You probably know that the CSS3 spec includes a number of structural pseudo-classes . Four of these pseudo-classes use function-like syntax that allow an argument to be passed in using parentheses. These are:
http://coding.smashingmagazine.com/2010/12/06/using-the-less-css-preprocessor-for-smarter-style-sheets/

Using the LESS CSS Preprocessor for Smarter Style Sheets

As a Web designer you’re undoubtedly familiar with CSS, the style sheet language used to format markup on Web pages. CSS itself is extremely simple, consisting of rule sets and declaration blocks—what to style, how to style it—and it does pretty much everything you want, right? Well, not quite. You see, while the simple design of CSS makes it very accessible to beginners, it also poses limitations on what you can do with it.

5 Steps to Drastically Improve Your CSS Knowledge in 24 Hours

You’ve been coding for a while now and know your way around a CSS file. You’re certainly no master, but with enough fiddling you can get where you want to go. You’re wondering though if you’ll ever get past that point where CSS is such a struggle. Will you ever be able to bust out a complex layout without ultimately resorting to trial and error to see what works and what doesn’t?
CSS3 is gaining momentum, despite the fact that the standard hasn’t even been finalized. There are hundreds of tutorials out there to teach designers how to use it, but unfortunately a lot of them cover the same ground. And some of the tutorials teach designers to do things that they might not think of as useful, though the techniques can usually be adapted to fit a project perfectly.

50+ Awesome CSS3 Techniques for Better Designs

L’intégration d’un site Internet est une étape délicate dans la création (ou la refonte) d’un site web. Elle consiste à transformer une maquette au format image en une page web (à l’aide de code HTML). L’une des grandes difficultés du métier d’intégrateur est de faire en sorte que le code HTML de la page soit interprété de la même manière quel que soit le navigateur (Firefox, Chrome, Internet Explorer…) et la version du navigateur (par exemple : Internet Explorer 7, 8 ou 9). Le réel problème étant que les navigateurs ne respectent pas tous les standards du web (définis par le W3C ), ils n’ont pas le même rendu pour le même code HTML et les mêmes styles CSS. À l’heure d’HTML5 et de CSS3, les sites web se veulent de plus en plus évolués graphiquement .

L’intégration de sites web : pixel perfect ou dégradation progressive ? « Moon Websites

The Lowdown on Absolute vs. Relative Positioning

When I was first learning web development, the style side of CSS seemed straightforward and fun, but performing layout feats seemed like a confusing mess. I sort of felt my way around without a solid understanding of how things like positioning and floats worked and as a result it would take hours to perform even simple tasks. If this situation sounds familiar, then this article is for you. One of the real revelations that I had early on was when I was finally able to wrap my head around how positioning contexts worked, especially when it came to the difference between absolute and relative positioning.