Css Flashcards
State how to change a H1 tag to color blue with external Css
h1{
color:blue;
}
State how to change a class infobox to have background colour green.
.infoBox{
background-color: green;
}
State how to change the background colour of an Id menu.
#menu{ background-color: #A2441B; }
State the propertity responsible for changing background colour.
background-color
State the propertity responsible for changing border colour
border-color
State the propertity responsible for changing border style?
border-style
State the propertity responsible for changing border width?
border-width
State the propertity responsible for changing colour.
color
State the propertity responsible for changing font style
font-family
State the propertity responsible for changing font scale.
font-size
State the propertity responsible for changing height.
height
State the propertity responsible for changing width
width