background preloader

Générateur de CSS

Facebook Twitter

CSS3 Generator. PrefixMyCSS - Prefix your CSS3 code. Instantly! Sprite Cow - Generate CSS for sprite sheets. Just some other awesome CSS3 buttons – Red Team Design. Whether you're designing a website or a web application, you'll need buttons for it.

Just some other awesome CSS3 buttons – Red Team Design

Now, with CSS3's help, it was never easier to create nice looking buttons. In this article you'll learn how to create some cool CSS3 buttons in just a few steps. View demo While last time we've created simple CSS3 gradient buttons, this time we'll build some nice CSS3 buttons with icons. In order to create the icons, this set of CSS3 buttons uses HTML entities. Minimal markup <a href="" class="button">Button</a> Simple button, with no icon. <a href="" class="button add">Add</a> Note the add class who adds the plus icon. Below you can find the styles used to create the buttons and icons: Why use entities rather than images? Faster loading, because we're talking about text here.Scalable, depending on font size.Styles as color and background are easy to update via CSS. Speed The above buttons do not use any image, automatically there's no extra HTTP image request. Scalability font: bold 1em/2em Arial, Helvetica; Update.

Free PSDs & Resources for Web Designers by Orman Clark. Westciv - tools & resources for web professionals. CSS3 buttons by Chad Mazzola. Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3. 25th January, 2010 Tom Kenny Tutorials HTML5 is the future of web development but believe it or not you can start using it today.

Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3

HTML5 is much more considerate to semantics and accessibility as we don’t have to throw meaningless div’s everywhere. It introduces meaningful tags for common elements such as navigations and footers which makes much more sense and are more natural. This is a run through of the basics of HTML5 and CSS3 while still paying attention to older browsers. Before we start, make note of the answer to this question. View Demo | Download Files (.zip) The HTML <! Download the HTML here (Right-click and save as). First thing first, let’s make sure the code validates with W3C’s experimental HTML5 validator. Good news, it does! The HTML5 Goodness As you can see from the code above there are new tags that you may not be familiar with. Header The first one you’ll notice is <header> and it does exactly what it implies. The header element as described in the HTML5 specs. Nav Section. Pimp Your Tables with CSS3.

Today I am going to show you how to use some neat CSS3 properties to beautify your tables.

Pimp Your Tables with CSS3

With so many new selectors we can address specific table cells and rows in order to create a unique style without adding classes to the markup. We will be applying the -webkit and -moz […] View demoDownload source Today I am going to show you how to use some neat CSS3 properties to beautify your tables. With so many new selectors we can address specific table cells and rows in order to create a unique style without adding classes to the markup. We will be applying the -webkit and -moz gradients for creating a great look without images and learn how to insert content into elements with a specific class.

Top 10 CSS Table Designs - Smashing Coding. By R.

Top 10 CSS Table Designs - Smashing Coding

Christie Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap! First things first Link We start with a valid xhtml 1.0 strict markup. <table id="... " You can read more about xhtml table markup in HTML Dog’s Table Section1.

Before we start, let’s review the general rule of thumb for styling of tables: Tables love space. Now that we are all set up let’s get going, shall we? Overview of this article. CSSG Collections: Web Forms. I am happy to present a new thing on CSS Globe: CSSG Collections!

CSSG Collections: Web Forms

Approx. once a months I will design, code and give a way a collection of certain web elements for free. First in the series of CSS(G) collections are web forms. I am giving away 5 uniquely designed and coded web form styles. Hope you’ll find them useful! Take a look at the forms | Download CSSG Forms Collection If you like these forms and want more of these collections, please consider bookmarking this page to your favourite social bookmarking service In this collection I used my typical form markup. Here’s my typical markup: Also, as an announcement, I am currently developing a jQuery plugin for text fields and text areas that will handle their behavior and validation.

Enjoyed the article? CSS 3.0 Text Shadow. Button Maker. CSS Border Radius Generator. Ultimate CSS Gradient Generator - ColorZilla.com.