groups

name language licence
CSS : CSS de base CSS Other
CSS : Utilisation de @font-face (CSS3) CSS Other
CSS : hack pseudoclass sur les liens CSS Other
CSS : notes sur class css CSS Other
CSS : overflow, comment n'avoir qu'une seule barre de scroll CSS Other
CSS : pseudo class :last-child CSS Other
CSS : Utilisation de @font-face (CSS3) CSS Other
CSS : hack pseudoclass sur les liens CSS Other

< 1 2 3 >



language: CSS
licence: Other

CSS : CSS de base

options: view full snippetsend to code collector
@charset "UTF-8";
/*
Version: 1.0
Author: Pierre Alexandre PAYET 
*/

/* GENERAL */

@font-face {
	font-family: Futura_lcl;
	src: url('fonts/futura');
}

body{
	
	
(Continues...)