cft

5 design tips every web dev should follow

Essential design advice for aspiring web developers to create intriguing designs.


user

Abhiraj Bhowmick

2 years ago | 2 min read

1. Follow a color scheme

Color schemes always come in handy when creating feature-packed projects. Suppose, you have made a SaaS app and a logo for that.

Now if the color of the logo and the website or landing page you're designing, you are ultimately making a brand out of it.

How Do People Respond to Brand Colors?

1. Red evokes a passionate and visceral response.

2. Purple is a sophisticated yet mysterious color.

3. Blue is the most popular color choice for the top brands.

4. Green is a color that is synonymous with calmness, safety, and freshness.

2. Creating responsive design

Responsive Web design is the approach that suggests that design and development should respond to the user’s behavior and environment based on screen size, platform, and orientation. With responsive design, you will have the flexibility to scale up rather than scale down.

With a well-functioning mobile product, you have already prioritized features and capabilities and identified the essential elements of your platform.

3. Stick to one font or icon family

All icons/illustrations should come from the same family, and they should maintain the same stylistic rules throughout. Aim for only one or two fonts, three if you absolutely need it. Make sure the font you use co-relates to your brand scheme and feel. Know the difference between serif, sans-serif, and monospaced.

4. CSS frameworks

When possible, don't use a CSS framework. It will heavily add to your core understanding of CSS.

Some disadvantages of heavily styled CSS frameworks:

1. You will probably spend more time overriding styles/functionality than learning core-awesome CSS/HTML features.

2. You will have to eventually do something that can’t be achieved using the CSS framework, you either have to build it from scratch or pull in some library that fits your needs, either way, now you will have multiple sources of truth for your own design.

3. You’ll need to put in some time learning how to use any CSS framework, I think this time is better spent on learning how to build any component from scratch.

But if you must choose a framework, try going for something which is not heavily styles focused like Tailwind.

I have explained more about CSS frameworks in this post

5. Appealing to your audience

The most important part of building a brand and website is keeping your target audience in mind. All design choices need to answer how you can best serve them and create a positive, memorable, and unique experience for them. Without this, you won’t be able to stand up next to competitors. Use language and imagery that will appeal to them and reflect values they can relate to.

I hope this article has helped you and provided you with some knowledge. Thanks for reading 💝

Upvote


user
Created by

Abhiraj Bhowmick

I make stuff on the web and write blogs about it.


people
Post

Upvote

Downvote

Comment

Bookmark

Share


Related Articles