Okay, let's start setting up the basic structure and logo for your social media app, Beco.
This sets up:
index.html
file as the main entry point.style.css
file with CSS variables for light and dark modes using your specified cold blue (#A0D2DB
) and cold dark blue (#3A405A
) colors. It includes basic styling and uses @media (prefers-color-scheme: dark)
to detect the user's system preference.logo.svg
file containing a simple text-based logo for "Beco" using a gradient of the specified colors.You can see the basic structure and the logo now. The CSS automatically adapts to your system's light or dark mode preference.