How media types in CSS work?

The four types of media properties are print, speech, and screen. Example of using print-media type: 

@media print {

h2 {

background-color: blue;

 }

}


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *