Learn Create Your Own Split Screen

Next Page

There's a bunch of different ways CSS can be applied.

There's even more ways it can be mis-applied ! We'll start simple.

Recall that our Javascript codes lives between <script> and </script> tags, and that different language rules apply once we're in "Javascript land".

CSS is similar — it lives between <style> and </style> tags, and even more different language rules apply once we're in "CSS land".