From 5c4178a12bb78ef89ed67c5cc823c9ee4a8004eb Mon Sep 17 00:00:00 2001 From: "David Gunner (Jnr)" Date: Thu, 25 Oct 2018 11:43:40 +0100 Subject: [PATCH] Updated index.md - Added TOC (#28010) * Updated index.md - Added TOC Updated index.md to include a table of contents for easier file navigation, now the user can jump to the relevant section * corrected title metadata --- guide/english/css/tutorials/introduction-to-css/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/css/tutorials/introduction-to-css/index.md b/guide/english/css/tutorials/introduction-to-css/index.md index 68c3d0877f..1565885421 100644 --- a/guide/english/css/tutorials/introduction-to-css/index.md +++ b/guide/english/css/tutorials/introduction-to-css/index.md @@ -1,6 +1,14 @@ --- title: Introduction to CSS --- + +## Table of Contents + +* [Introduction to CSS](#introduction-to-css) +* [What is CSS?](#what-is-css) +* [Using CSS](#using-css) +* [More Information](#more-information) + ## Introduction to CSS ### What is CSS?