Border

/* CSS CODE */

@import url(http://css-sandbox.wdfiles.com/local--code/admin:themes);

.red{ border: thin solid red; }
.caution{
border: 3px dashed #000;
background: #FF0;
margin: 1em 0;
}

Hello! I am a box with a thin, red border.

Warning! Warning! Borders can create both nice and interesting effects!

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License