Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 11 lesson 4

@media(max-width:600px){
.text {
display: none;
}
}
by

2 Answers

sam5epi0l
Hi Sumit, The contents of style tag should be like this.
@media (min-width: 550px) {
body {
font-size:25px;
}
}
Kellymg6za
what is this coding name?

Login / Signup to Answer the Question.