From 5d44df0a4436de0bbbe5e8f23c074e07a0d8c69e Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Tue, 7 Jan 2025 17:15:45 +0100 Subject: [PATCH] fix dead link --- 00-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-css.md b/00-css.md index a91e948..811156f 100644 --- a/00-css.md +++ b/00-css.md @@ -35,7 +35,7 @@ L'année 2010, qui marque une large adoption du standard HTML5, représente une Principes de base ---------- -> "Fundamental concepts of CSS like cascading, specificity rules, selectors, inheritance, box model and stacking context must be well understood." - [Thanh Tran](https://blog.int3ractive.com/2015/06/baseline-for-modern-front-end-developers.html) +> "Fundamental concepts of CSS like cascading, specificity rules, selectors, inheritance, box model and stacking context must be well understood." - [Thanh Tran](https://web.archive.org/web/20161116165031/https://blog.int3ractive.com/2015/06/baseline-for-modern-front-end-developers.html) La langage CSS permet de définir des règles, qui sont exprimées sous forme de couples `propriété: valeur`.