DEV Community

Olatunji Ayodele Abidemi
Olatunji Ayodele Abidemi

Posted on

CSS code for an Earth Day Celebration Landing Page

<!DOCTYPE html>




Earth Day Celebration body { font-family: 'Arial', sans-serif; background-color: #e4f9f5; margin: 0; padding: 0; } .header { background-color: #30e3ca; color: #fff; padding: 20px; text-align: center; } .content { padding: 20px; text-align: center; } .footer { background-color: #30e3ca; color: #fff; position: fixed; bottom: 0; width: 100%; text-align: center; padding: 10px; }

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more