Thanks for your reply (and edit).
The media query worked well, (the edit changed the original animation from rolling-out the text, to flipping the text). But, I appreciate the extra reply.
I’m now wondering how to change the position of the media queried text, essentially moving it a little more into the upper left corner in the mobile view. In the desktop view it is in the upper left, but in the mobile view it is pretty much more in the center of the view port. (I don’t know if this should be a forum separate posting question).
That text is currently located within these div’s, like so:
Have you ever completed a fundamental HTML and CSS course?
One thing that one learns through the process of education is to “research”/read about each element and property that one uses… especially when a page doesn’t work as expected. Find out if the property is behaving the way you expect it to. Sometimes our expectations can be wrong.
Personally, I have written more than 100 “test pages” focussing on certain elements to see how they work in different circumstances and to help me understand the definitions that I read in Mozilla.org and w3c.org. It’s no different than learning the vocabulary of a spoken language. Sometimes one has to refer to a dictionary to check the spelling or definition of a word. One must also check HTML and CSS references frequently to verify that code choices actually exist or that a certain value exists and how it is used.
We have asked you many times to show us a “working example” of your troublesome code, not just a detached, incomplete snippit. You respond by ignoring our request and by expecting us to guess around until we stumble into something that works for you.
Consider this yet another request to “help us help you” by taking more responsibility for your learning and for your presentation of problems.