In this tutorial, you can learn how to change the size and color of your borders and how to make them dashed or dotted, among other tricks.
In your stylesheets, you can put these borders around just about anything - tables, DIVs, even around text! For example, Neskaya's current underline text has a dotted border at the bottom. The code for Neskaya's underline CSS is as follows:
Border CSS CodesSo basically, you have border-width, which you can split into border-bottom-width, border-right-width, border-top-width, and border-left-width. The same goes for border-color and border-style. For border-style, the values you can set are:dotted dashed solid inset outset
Have fun customizing your borders; they can really be a great design element.
|