From e4d12252f9aab8f4a733bb1816954fa031d3eb6a Mon Sep 17 00:00:00 2001 From: Przemek Date: Sun, 25 Nov 2018 19:22:37 +0100 Subject: [PATCH] Added CSS logo image (#22699) * Added CSS logo image * added alt text for accessibility * added smaller css image --- guide/english/css/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/css/index.md b/guide/english/css/index.md index 1bb34ea903..c8fb4a6514 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -4,6 +4,10 @@ title: Cascading Style Sheets (CSS) ### Cascading Style Sheets (CSS) +![CSS Logo][logo] + +[logo]: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/320px-CSS3_logo_and_wordmark.svg.png + CSS is an acronym for Cascading Style Sheets. It was first invented in 1996 and is now a standard feature of all major web browsers. CSS allows developers to control how web pages look by "styling" the HTML structure of that page.