|
Put a Border Around Your Page
Put a Border Around Your Page
Go to your ABOUT ME section and insert the following code:
This is just the basic code to place the border. You can change the way it looks by changing the code.
The colors can be changed by replacing #000000 with one of the color codes you can find here.
You can change the border style by replacing border-style:solid; with one of these:
| Value |
Description |
| dotted |
Defines a dotted border. Renders as solid in most
browsers |
| dashed |
Defines a dashed border. Renders as solid in most
browsers |
| solid |
Defines a solid border |
| double |
Defines two borders. The width of the two borders are the
same as the border-width value |
| groove |
Defines a 3D grooved border. The effect depends on the
border-color value |
| ridge |
Defines a 3D ridged border. The effect depends on the
border-color value |
| inset |
Defines a 3D inset border. The effect depends on the
border-color value |
| outset |
Defines a 3D outset border. The effect depends on the
border-color value |
|