Glossaire CSS
Glossaire CSS
You can use this appendix as a checklist when developing your website.
This appendix is not complete and it is voluntary (only the most used are listed). An exhaustive
reference of CSS elements is provided on the Mozilla Developer Network site.
minivan, etc.
[Build your website with HTML5 and CSS3 - HTML tags glossary]
text-decoration underline, Underline, line above,
overline, line- strikethrough or flashing
through, blink,
none.
[Build your website with HTML5 and CSS3 - HTML tags glossary]
text-shadow 5px 5px 2px blue text shadow
(horizontal,
vertical, fade, color)
background -
Background super-property that
combines:
background-image,
background-repeat,
background-attachment,
background-position
[Build your website with HTML5 and CSS3 - HTML tags glossary]
opacity 0.5 Transparency
Box properties
Property Values Description
(examples)
[Build your website with HTML5 and CSS3 - HTML tags glossary]
margin 23px 5px 23px 5px Margin super-property that
(top, combines:
right, bottom, left) margin-top,
margin-right,
margin-bottom,
margin-left.
[Build your website with HTML5 and CSS3 - HTML tags glossary]
border 3px solid black Border super-property that
combines: border-
width, border-color,
border-style.
(horizontal, vertical,
fade, color)
none.
rect(0px,60px,30px,0px) rect(top,right,bottom,left)
[Build your website with HTML5 and CSS3 - HTML tags glossary]
overflow auto, Behavior in case of overrun
scroll,
visible,
hidden.
List properties
Property Values Description
(examples)
[Build your website with HTML5 and CSS3 - HTML tags glossary]
lower-alpha, upper-
alpha,
none.
Table properties
Property Values Description
(examples)
Other properties
Property Values Description
(examples)
[Build your website with HTML5 and CSS3 - HTML tags glossary]