background preloader

CSS

Facebook Twitter

Using CSS to Do Anything: 50+ Creative Examples and Tutorials. Apr 21 2008 CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques. Definitely worth taking a very close look at! We also included some basic techniques you can probably use in every project you are developing. This is just the third article in this series , the forth part will be coming soon, stay tuned and Enjoy! You can also take a look at other 2 articles in this series : So let’s get started and don’t forget to subscribe to our RSS-Feed to keep track on our next post in this series.

Styling Lists The Amazing <li>- With a little CSS, the <li> becomes one of the most powerful and versatile tags in a web designer's arsenal. Better Ordered Lists (Using Simple PHP and CSS)- Here is an example where you ditch the traditional ordered list and create your own! Live DemoView it Here Forms and Form Elements Footers New ideas for Image Replacement Image Sprite CSS image techniques Navigation Drop Caps.

CSS Pivot. Navigation Tab Menu Generator CSS - Tabs Generator. ZONE CSS | Définition css text-align (feuille de style css) et compatiblité navigateurs | text-align et sa relation avec les balises. CSS3 Web Design Examples for Your Inspiration. The demand for the usage of internets has been increasing day-to-day and many businessmen are opening many websites to develop their business. The early version of CSS2 which had many limitations has been replaced with extraordinary features of CSS3 web design and the CSS stands for Cascading Style Sheets. With the help of HTML code, the CSS styles are used to form a website layout and the latest trend is using the CSS3 styles or designs.

The new styles of CSS3 include easy introduction of paragraphs, 1px clicks, change of text color, box shadow with RGBA on hover and the gradually changing links. There are many creative and attractive ideas which have no boundaries in this type of web design. The unusual design concepts showcases the readable, colorful, simple, illustration, and custom models of web design and also the text design have different shapes like rounded corners, stars, badges and many more. The Geo Location and the Canvas can also be incorporated to the website. Cornerd.com. CSS Properties Index · Jens O.

Typo, fonts

Outils en ligne. Galleries. Ressources et techiques. CSS3 Create - Démos, tutoriels et expériences CSS : menus, galerie photos, interfaces web. CSS tools. What are CSS Shaders? - destroy/dstorey. Adobe announced a proposal for CSS Shaders at Adobe Max two days ago. This was backed by both Opera and Apple, and the spec will be developed by the FX Task Force at the W3C. For those of you who are not aware, the FX task force is an elite band of ninjas’s chosen from the ranks of the CSS and SVG Working Groups to work on specs common to both technologies.

Their most notable work so far is perhaps the Filters Effects 1.0 spec, but they’re also working on a common model for Transforms and Animations. So what exactly is the CSS Shaders proposal, and how does it relate to the existing proposals and technologies? First I will introduce you to the required terminology (you can skip that section if you are already into computer graphics), then I will dig into the proposal and see what it can do. I’m basing this off the spec as I don’t have a build to play with. Shaders terminology A shader is a set of software instructions used to calculate rendering effects (usually) on a GPU.

Vertex shaders.

Tutoriels css

An Introduction To The CSS3 Multiple Column Layout Module. The Multi Column Layout Module has been introduced to help us create columns quickly and easily using CSS3 only. In this tut I'm going to be taking a look at some of its properties and demonstrate them through a series of examples. Anyone who has tried to create multiple columns in the past using CSS will already know that this type of layout has been achievable for a long time.

However, this has often resulted in the use of hacky techniques and floats. More often that not this has been quite time consuming and definitely not the easiest of layouts to create. The truth is creating multiple columns using CSS has been an extremely awkward process up until now. The multi column layout module offers more flexibility and control over previous CSS methods. The new approach, which is an extension to the current CSS box model, allows content to run from one column to another and makes it easily adaptable for different viewing devices and dynamic data. Value options column-width: (length) | auto; Animatable: One property, two values, endless possiblities. Box-shadow From: 0 0 black To: 0 150px 10px -50px rgba(0,0,0,.5) Author: @leaverou.

Lab. Semantic Animation. I recently said this when asked about new tools (e.g. Edge) for building CSS animations: Empty divs used for nothing but styling were non-semantic and a bad idea before CSS animations and they are a bad idea now. I stand by that. I feel like we've come a long way as an industry getting everyone on board with semantic markup. Do this, and reap the great rewards of speed, accessibility, maintainability, and SEO. Then a new shiny thing comes along and the first thing we do is start abandoning our own rules. "Oooo I can make a bird fly across the screen‽" Order me up a few more of them empty divs! But CSS animations are here to stay. Let's consider what animations do for a design. What if we were to take that empty div and try to accomplish for non-sighted users all the same things we are accomplishing for our sighted users. Perhaps our animation is of a moon rising, and as it rises the sky and ground turn to black. The CSS hides this text from view and calls the keyframe animation: View Demo.

Templates

CSS3 Flexible Box Layout Explained - Smashing Coding. Advertisement The flexible box layout module — or “flexbox,” to use its popular nickname — is an interesting part of the W3C Working Draft. The flexbox specification is still a draft and subject to change, so keep your eyes on the W3C, but it is part of a new arsenal of properties that will revolutionize how we lay out pages. At least it will be when cross-browser support catches up. In the meantime, we can experiment with flexbox and even use it on production websites where fallbacks will still render the page correctly. It may be a little while until we consider it as mainstream as, say, border-radius, but our job is to investigate new technologies and use them where possible. That said, when it comes to something as fundamental as page layout, we need to tread carefully. The Display Property So what is flexbox, and why was it created?

Until last year, most of us were using tables to lay out our pages. The box model worked, and in most cases it worked well. Many Problems, Many Solutions. CSS3 Mega Dropdown Menu. CSS3 Buttons | Simple CSS3 framework for creating GitHub style button links. Les 30 sélecteurs CSS à connaître absolument. Tomsyweb.com Buy this domain The owner of tomsyweb.com is offering it for sale for an asking price of 345 GBP! Related Searches This page provided to the domain owner free by Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation. CSS Techniques for Horizontal Rules. I like to use HR tags. I use the technique in the first example below, but occasionally want a nicer separator, and hate having to use a graphic to show that chiseled aqua-style divider or to created the faded line of a gradient.

Examples 2 and 3 use background gradients in webkit and mozilla. All versions of IE just show the solid rule. Normal Demo With Faded Edges Carved.