CSS Property Reference

Property Description Example
color Sets the text color color: #4b3190;
background-color Sets the background color background-color: #fdbb30;
font-size Sets the font size font-size: 16px;
font-family Sets the font family font-family: Arial, sans-serif;
margin Sets the margin (space outside element) margin: 20px;
padding Sets the padding (space inside element) padding: 10px;
border Sets the border border: 1px solid #4b3190;
width Sets the width of an element width: 100%;
height Sets the height of an element height: 200px;
display Sets how an element is displayed display: block;
position Sets the positioning method position: relative;
text-align Sets text alignment text-align: center;