groups

name language licence
CSS : hack pseudoclass sur les liens CSS Other
CSS : notes sur class css CSS Other
CSS : pseudo class :last-child CSS Other
FLASH : notes sur flash page flip Other Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks Other Other
TYPOSCRIPT : condition par treeLevel Other Other
TYPO3 : Install Tool dans typo3 Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: CSS
licence: Other

CSS : pseudo class :last-child

options: view full snippetsend to code collector
div:last-child{
	
	border-bottom: 0;

}

/*ce selecteur ciblera le dernier div contenu dans un element parent*/
	
(Continues...)