It's Just Black and White, Folks

Or So I'm Told

Welcome to Monica's Guide to It's Just Black and White. Because, let's be real, everything is either black or white. Or is it?

The Binary Color Theory

Don't get lost in the gray, folks!

body { background-color: black; color: white; font-family: 'Bangers', cursive; font-size: 20px; } #main-head { font-size: 36px; color: black; text-shadow: 0 0 10px rgba(0, 0, 0, 1); border-bottom: 4px solid black; padding-bottom: 10px; margin-bottom: 10px; background-color: white; } .sub-head { font-size: 18px; color: white; text-shadow: 0 0 10px rgba(0, 0, 0, 1); border-bottom: 2px solid white; padding-bottom: 5px; margin-bottom: 5px; background-color: black; } .main-paragraph { font-size: 14px; color: white; text-align: justify; background-color: black; border: 1px solid white; padding: 10px; margin: 10px; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, 1); } .color-box { border: 4px solid black; background-color: white; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, 1); width: 300px; padding: 10px; margin: 10px; float: right; position: relative; top: 100px; } .color-title { font-size: 20px; color: black; text-shadow: 0 0 10px rgba(0, 0, 0, 1); border-bottom: 4px solid black; padding-bottom: 10px; margin-bottom: 10px; background-color: white; } .call-to-action { font-size: 16px; color: white; text-shadow: 0 0 10px rgba(0, 0, 0, 1); border-bottom: 2px solid white; padding-bottom: 10px; margin-bottom: 10px; background-color: black; }