css css properties
CSS properties is used to style the HTML element. color, padding, margin, background, font are the different types of CSS properties. Written in name and value format. for example
h1{
color: ‘red’
}
here, color is the property and red is the value.