Added CSS logo image (#22699)

* Added CSS logo image

* added alt text for accessibility

* added smaller css image
This commit is contained in:
Przemek
2018-11-25 19:22:37 +01:00
committed by Christopher McCormack
parent f8ea998c81
commit e4d12252f9

View File

@ -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.