blob: f53652404f5ae3cf280d81c0835f8d0bf892e600 [file]
@media TV{
h1{
background: aqua;
border-bottom: lime dashed;
}
}
@media Screen { h1{
background: aqua;
border-bottom: lime dashed; }
h2 {
background: red;} }
h3 {
background:blue;
}