css3

FacebookTwitter

23 Creative Uses of CSS3 Text Effects to Enhance Your Web Presence | Onextrapixel - Showcasing Web Treats Without A Hitch

Is your text blurred with Photoshop? If yes, CSS3 offers some great text effects . To give a website a visually impressive look, designers put emphasis on neat and stylish typography. For years designers have depended on Photoshop, but CSS3 is a revolution with easy-to-create text effects. Mastering CSS3 properties not only helps designers to create cool text effects, but CSS3 properties are now supported by many browsers, therefore diminishing compatibility issues. CSS3 Text Effects http://www.onextrapixel.com/2011/08/24/23-creative-uses-of-css3-text-effects-to-enhance-your-web-presence/
This is not going to be an extensive post, but just something to serve as a quick reference, along with some interesting points from the spec . In another post, I’ll break down CSS3 radial gradients , but for now I’ll just focus on linear, to keep things simple. The Bare Minimum for All Supporting Browsers To get a linear gradient to work in all supporting browsers, this is how you do it: Which will produce the following gradient: http://www.impressivewebs.com/css3-linear-gradient-syntax/

CSS3 Linear Gradient Syntax Breakdown

opacity

CSS3 Solutions for Internet Explorer - Smashing Magazine

CSS3 is probably the hottest trend in web design right now, allowing developers the opportunity to implement a number of solutions into their projects with some very straightforward CSS while avoiding having to resort to nonsemantic markup, extra images, and complex JavaScript. Unfortunately, it’s not a surprise that Internet Explorer, even in its most recent version, still does not support the majority of the properties and features introduced in CSS3. Experienced developers understand that CSS3 can be added to new projects with progressive enhancement in mind . This ensures that content is accessible while non-supportive browsers fall back to a less-enhanced experience for the user. http://coding.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/
The four boxes below are using a combination of CSS sprites and CSS3 transitions to achieve an animated rollover effect without using JavaScript. To see the animations, hover over any of the four boxes. These effects are visible in supporting browsers ( Chrome, Safari, Firefox 3.7 ; Opera 10.5 does support CSS3 transitions, but I couldn't get it to work for the background-position property). Nonsupporting browsers will see a normal CSS sprite rollover. ( Go back to the Article .) http://www.impressivewebs.com/demo-files/animated-sprites/

Animated Sprites with CSS3 Transitions

50 New Useful CSS Techniques, Tutorials and Tools

http://coding.smashingmagazine.com/2010/10/12/50-new-useful-css-techniques-tutorials-and-tools/ These are great times for front-end developers. After months of exaggerated excitement about HTML5 and CSS3, the web design community now starts coming up with CSS techniques that actually put newly available technologies to practical use instead of abusing them for pure aesthetic purposes . We see fewer “pure CSS images” and more advanced, clever CSS techniques that can actually improve the Web browsing experience of users. And that’s a good thing! In this post we present recently released CSS techniques, tutorials and tools for you to use and enhance your workflow, thus improving your skills. Please don’t hesitate to comment on this post and let us know how exactly you are using them in your workflow.
Posté le 3 septembre 2010 dans Développement web | Technologie , par Baptiste - Hier matin a eu lieu à l’agence une présentation interne abordant : les nouveautés de HTML5 (video, canvas, drag and drop, file API…) Les nouveautés de CSS3 (effets graphiques, media queries, animations…) Les avantages du code moderne (productivité, maintenance, optimisations pour le mobile…) L’amélioration progressive et la dégradation maîtrisée. Il ne s’agit pas d’une présentation Powerpoint classique mais bien d’une véritable page web HTML5 , réalisée avec l’aide de DZ Slides .

Le web de demain avec HTML5 et CSS3

http://www.blogoergosum.com/18716-le-web-de-demain-avec-html5-et-css3
http://webdesignerwall.com/tutorials/css3-media-queries CSS2 allows you to specify stylesheet for specific media type such as screen or print . Now CSS3 makes it even more efficient by adding media queries. You can add expressions to media type to check for certain conditions and apply different stylesheets. For example, you can have one stylesheet for large displays and a different stylesheet specifically for mobile devices. It is quite powerful because it allows you to tailor to different resolutions and devices without changing the content. Continue on this post to read the tutorial and see some websites that make good use of media queries.

CSS3 Media Queries

Mise en forme rapide sous la forme de colonne avec du CSS

J’utilise depuis maintenant quelques temps une mise en forme très simple qui me permet de faire des mises en page sous la forme d’une grille avec un tout petit bout de code CSS qui certe a des limites mais rend de fier services. Ce bout de code s’appelle Malo . Sur le principe vous faites une div à 100% puis pour avoir deux colonnes vous faites deux div avec la class 50%. Voici un exemple : http://www.webdesign2803.fr/css/mise-en-forme-rapide-sous-la-forme-de-colonne-avec-du-css/
How to Create Inset Typography with CSS3 Just two years ago, we all used Photoshop to create beautiful inset typography. Now, you can do it using only CSS3. This great tutorial will help you getting started. http://www.catswhocode.com/blog/8-examples-of-stunning-css3-text-effects

8 examples of stunning CSS3 text effects

CSS 3 : outils et astuces pour vos effets » WebdesignerTrends – Ressources utiles pour le webdesign, actus du web, sélection de sites et de tutoriels

http://www.webdesignertrends.com/2010/08/css-3-outils-et-astuces-pour-vos-effets/ On ne peut pas encore dire que le CSS 3 s’impose en webdesign , mais heureusement il gagne petit à petit du terrain. Pour éviter de créer tous vos effets « à la main », je vous propose une sélection d’outils utiles pour travailler mieux et plus vite . Au début pour certains effets, il vaut mieux posséder une cheat sheet CSS3 pour se rapeller de l’ordre des propriétés.
CSS3 continues to gain popularity as we’re seeing it used in more and more websites. However, there are still those out there that are holding out on learning it and using it. This is probably due to the fact that it’s not fully supported yet in all browsers. Nevertheless, if you’re one of those that haven’t started using CSS3 or you’re a CSS3 pro just looking to speed up your work flow, here are six CSS3 tools that you should find useful.

Six Useful CSS3 Tools | Tools

Utiliser CSS3 aujourd'hui : outils et ressources - Alsacréations

Bien que les spécifications CSS 3 soient encore en phase de maturation, il devient acquis qu'un certain nombre de ses composantes sont déjà exploitables en production sur les navigateurs actuels , moyennant quelque gymnastique pour notre attachant boulet à tous qu'est Internet Explorer. Le contexte actuel est pour le moins excitant pour nous autres webdesigners, puisque l'on peut enfin s'évader d'une norme CSS2.1 vieille de plus de 10 ans ! Nous nous trouvons dans une période clé, et de grands changements vont bientôt s'opérer dans notre façon de travailler au quotidien. Cependant Internet Explorer modère cet engouement puisque seule sa version 9 commence à supporter ces nouveautés, version encore au stade beta non utilisable par le grand public. De multiples ressources CSS3 pour déjouer les faiblesses d'IE voient le jour presque quotidiennement, notamment par l'ajout de JavaScript.

CSS3 Border Image Experiments : Nora Brown Design

A demo by Nora Brown Design . The border-image property in CSS3 is freakin' complicated. Way beyond a simple border, it is really like 9-slice scaling. First I tried a big matrix with all kinds of permutations, then I thought (inspired by the work of Chris Coyier ) "Hey why not JQuery this thing up and make it intereactive?". So here is my attempt. And thanks to Chris for allowing me to post a companion article on css-tricks .