<style>
@media screen and (max-width:480px){
property: value;
property: value;
property: value;
}
</style>
<head>
<style>
h1{color:green}
@media screen and (max-width:300px){
h1{color:red}
}
</style>
</head>
<body>
<h1>@media-query</h1>
</body>
<style>
@media screen and (min-width:500px){
property: value;
property: value;
property: value;
}
</style>
<head>
<style>
h1{color:green}
@media screen and (min-width:400px)
{
h1{
color:red
}
}
</style>
</head>
<body>
<h1>
@media-query
</h1>
</body>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers