خدا قوت...media@برام فعال نیست و کار نمیکنه!
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p class="paragraph">این یک متن آزمایشی است</p>
</body>
</html>.paragraph{
background-color: yellow;
font-size: 30px;
}
@media only screen and (min-width=600px) {
.paragraph{
background-color: blue;
}
}