The four types of media properties are print, speech, and screen. Example of using print-media type:
@media print {
h2 {
background-color: blue;
}
}
The four types of media properties are print, speech, and screen. Example of using print-media type:
@media print {
h2 {
background-color: blue;
}
}
Leave a Reply