Skip to content

CSS et mise en page

Guillaume Marsay edited this page May 18, 2013 · 2 revisions

Généralités

Icones

http://fortawesome.github.io/Font-Awesome/icons/

Tableau

http://twitter.github.io/bootstrap/base-css.html#tables

Formulaire

http://twitter.github.io/bootstrap/base-css.html#forms

Message d'alerte

http://twitter.github.io/bootstrap/components.html#alerts

Information

<div class="alert alert-info">Le message ici</div>

Succès

<div class="alert alert-success">Le message ici</div>

Erreur ou danger

<div class="alert alert-error">Le message ici</div>