The Flowerpocalypse FAQ

Q: What is the Flowerpocalypse?

A: It's the inevitable downfall of human civilization due to our collective inability to stop admiring flowers. We're still trying to figure out how to make it stop, tbh.

Q: Why are there only flowers in the Flowerpocalypse? body { background-color: #f0f0f0; font-family: 'Open Sans', sans-serif; } .main-title { color: #FF69B0; font-size: 32px; border-bottom: 4px solid #000000; margin-bottom: 16px; } .section-title { color: #FF69B0; font-size: 24px; border-bottom: 2px solid #000000; margin-bottom: 8px; } .answer { color: #000000; font-size: 18px; margin-bottom: 16px; } .link-container { border-bottom: 4px solid #000000; margin-bottom: 16px; margin-top: 8px; } .subpage { color: #000000; text-decoration: none; text-transform: uppercase; font-size: 16px; margin: 8px; } .subpage:hover { background-color: #FF69B0; color: #000000; } /* added for flowerpocalypse theme */ .flowerpocalypse-header { background-image: linear-gradient(90deg, #FF69B0, #FF69B0); background-size: 100px 100px; background-position: center; border-bottom: 4px solid #000000; } .flowerpocalypse-footer { background-image: linear-gradient(90deg, #FF69B0, #FF69B0); background-size: 100px 100px; background-position: center; border-top: 4px solid #000000; } .flowerpocalypse-header, .flowerpocalypse-footer { padding: 16px 8px; } .flowerpocalypse-header, .flowerpocalypse-footer { text-align: center; } /* added for subpage links */ .subpage:link { text-decoration: none; } .subpage:hover { color: #000000; } /* added for subpage link hover */ .subpage:link { text-decoration: none; } .subpage:hover { background-color: #FF69B0; color: #000000; } /* end added styles */