Declarations

/*CSS CODE*/

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

.red{
background-color: #F00;
}
.green{
color: #0F0;
}
.blue{
border: 1px solid #00F;
}

The following each have different declarations, utilizing different properties and values for those properties.

This is red background

This is green text

This is blue border

This is all

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