SEO Fundamentals - Technical SEO Basics
Consider a website using this CSS snippet:
What happens when you view the site on a phone with screen width 500px?
@media (max-width: 600px) { body { background-color: lightblue; } }What happens when you view the site on a phone with screen width 500px?
