Border


The border properties specify the width, color, and style of the border of an element. Shorthand border properties include border-top, border-bottom, border-right, border-left, and border as shown in Listing 5.11.

Listing 5.11. CSS Code Containing Various Shorthand border Properties
p { border-top: 1px solid red; } p { border-right 1px solid red; } p { border-bottom: 1px solid red; } p { border-left: 1px solid red; } p { border: 1px solid red; } 




Sams Teach Yourself CSS in 10 Minutes
Sams Teach Yourself CSS in 10 Minutes
ISBN: 0672327457
EAN: 2147483647
Year: 2005
Pages: 234
Authors: Russ Weakley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net