background preloader

Font Awesome, the iconic font designed for Bootstrap

Font Awesome, the iconic font designed for Bootstrap
Related:  Frameworks Frontend

Tab Styles Inspiration Previous Demo Back to the Codrops Article Re-created from Vintage Productions Technique from Slanted tabs with CSS 3D transforms by Lea Verou If you enjoyed this demo you might also like: Arrow Navigation Styles Dot Navigation Styles Twitter Bootstrap Grid System tutorial Twitter Bootstrap Grid System tutorial has average rating 7 out of 10. Total 513 users rated. <<PreviousNext>> Introduction In this tutorial, you will learn how to use Twitter Bootstrap to create a Grid System. As you may know, in graphics design, a Grid system is a two dimensional structure made up of horizontal and vertical axes having intersecting areas, useful for structuring content. Explaining it in a simple way, in web design, we create rows and columns using HTML and CSS to achieve a grid. As of Version 2.3.2, Twitter Bootstrap offers two types of Grids. There is also a fluid grid system. It would be great if you have downloaded the Latest Bootstrap files from " Getting started with default Grid Let's start with a basic HTML and we will see how to apply default grid on that. <! <! Bootstrap uses CSS class "row" for creating horizontal rows and CSS class "spanx" (where value of x is 1 through 12) for creating vertical columns. <!

Screenshots - CSS-Tricks Gallery Illustration by Erica Sirotich Loading... *May or may not contain any actual "CSS" or "Tricks". Beautiful Buttons for Twitter Bootstrappers This is an extension to the Twitter Bootstrap framework. It makes creating pretty buttons easy. (Send improvements to @charliepark.) First, monkey with the sliders on the left. Use your arrow keys for extra precision. Second, copy the CSS in the box below. You should be able to just pop it into your CSS file. Apprendre à utiliser Font Awesome Il existe une extension à BOOTSTRAP Twitter qui permet d'ajouter d'autres glyphicons. Font Awesome Font awseome propose d'intégrer à votre blibliothèque plus de 369 icones. Pour télécharger cette extension: Cliquez ici Icones dynamiques Avec Font awesome vous pouvez rendre vos icones dynamiques: Exemple: Code: Rotation et inversion des icones Pour inverser une icone ou executer une rotation utilisez la classe fa-rotate-* et fa-flip-* : normal fa-rotate-90 fa-rotate-180 fa-rotate-270 fa-flip-horizontal icon-flip-vertical Encadrement icones Il est possible d'ajouter divers encadrements aux icones:

David DeSandro Template Tags Languages: English • Español • Français • Italiano • 日本語 • 한국어 • Português do Brasil • Русский • ไทย • Türkçe • 中文(简体) • 中文(繁體) • (Add your language) Template tags are used within your blog's Templates to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in WordPress, sorted by function-specific category. For further information on template tags and templates in general, see the following: Stepping Into Template Tags - an introduction to Template Tags. Note: If you have an interesting twist on the implementation of a template tag, you're encouraged to add to its documentation for the benefit of other WordPress users. Files Template tags files are stored in the wp-includes directory. Tags General tags wp-includes/general-template.php Author tags wp-includes/author-template.php Bookmark tags wp-includes/bookmark-template.php and wp-includes/bookmark.php

transform The CSS transform property allows you to visually manipulate element, literally transforming their appearance. or with proper prefixes: There are several different transform functions each that applies a different visual effect. Rotate transform: rotate(angle); Rotates clockwise from current position. Scale transform: scale(value, [value]); Affects the size of the element. transform: scaleX(value);transform: scaleY(value); Skew transform: skewX(value); transform: skewY(value); Tilts an element one way or another. There is no shorthand for skew, use the specific two functions above. Translate transform: translate(value [, value]); Moves an element sideways or up and down. These values would be any length value, like 10px or 2.4em. transform: translateX(value);transform: translateY(value); Matrix The matrix transform function can be used to combine all transforms into one. For the curious, this: rotate(45deg) translate(24px, 25px) can also be represented as: 3D Transforms translate3d(x, y, z) translateZ(z)

Ligature Symbols by Kazuyuki Motoyama Logos Please copy & paste this code to your HTML file or Stylesheet. <! Download How to make this font ? Ligature Symbols is to display the symbol with a ligature features. About me Copyright © 2012 kazuyuki motoyama (kudakurage)

Related:  CSS/HTMLCSSiconosRessources graphiquesIcon FontTemplatesfondeurs de caractèresIcônesIconsmeztliReReSSSFront End