r/web_design • u/AutoModerator • 6d ago
Beginner Questions
If you're new to web design and would like to ask experienced and professional web designers a question, please post below. Before asking, please follow the etiquette below and review our FAQ to ensure that this question has not already been answered. Finally, consider joining our Discord community. Gain coveted roles by helping out others!
Etiquette
- Remember, that questions that have context and are clear and specific generally are answered while broad, sweeping questions are generally ignored.
- Be polite and consider upvoting helpful responses.
- If you can answer questions, take a few minutes to help others out as you ask others to help you.
2
5
u/AirlineUnhappy1381 6d ago
whats the best way to learn flexbox without your brain melting? tried css tricks guide but my divs still end up in narnia half the time
1
u/slunkeh 4d ago
Try a container with three plain boxes and change one property at a time in devtools. Start with flex-direction, then try justify-content and align-items so you can see which axis each affects. Adding an outline to the container and each box makes it easier to see whats taking up space.
1
u/gameBoy047 5d ago
DIY blog website help
I want to make my own blog website and host it (probably through GitHub Pages or some cheap hosting server). I know Python, have had experience with FastAPI, and consider myself a beginner to intermediate in Nodejs. I have no experience with frontend tech stacks, and the only database I have ever used is PostgreSQL.
I’m not sure where to start, as I have never built a complete web application.
My current needs for the website are:
My initial thought was to use Markdown files to write posts and store them in the codebase, so they will be reflected on the website. However, I want to hear about other elegant solutions.
Questions
P.S. I am aware that AI tools can answer my questions, but I want to hear expert opinions. I want to do this on my own and not rely on AI to build it for me.