What is the correct way to specify an external CSS file named "style.css" that applies only when the screen width is 600px or less?
_____ we reached the station, the train had left.
My sister's hair _____ very long.
to receive
.container { display: grid; grid-template-areas: "header header" "main aside" "footer footer";}
What does this CSS define?