Been sitting on this for awhile now, I don’t quite sure what I am doing wrong here.
Is there something I’m missing here famz or?
p {
font-size: 20px;
}
/* Only change code below this line */
@media (max-height: 800px) {
font-size: 20px;
p {
font-size: 10px;
}
}
/* Only change code above this line */
<style>
p {
font-size: 20px;
}
/* Only change code below this line */
@media (max-height: 800px) {
font-size: 10px;
}
/* Only change code above this line */
</style>
Please when you need help use the help button to create a post
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.