Text font size in web design

Body text Default: 16px or 1emOn mobile: Use the defaults, at times 10% smallerOn Desktop: go up until 24px or 1.5em Display text (Heading 1) Default: 40px or 2.5em for an <h1>On mobile: 32px or 2em or smaller, since it uses up too much space.On…

Design Handoff

1. Involve Developers in Design Meetings/Sprints From the start to the launch of the product make sure you’re collaborating with the developers, having them in your teams gives you a…

Color in UI Design

Color is the most important aspect of UI design that helps you design an engaging user interface. There is a lot to color, and we don’t usually take time to…

Most Developers Fail This Simple CSS 

The Test Given the following HTML and CSS code, do you know what would be the color of the text ‘test’? <body> <div class="hello"> <p class="abc">test</p> </div></body> p.abc { color: purple;}.hello p {…

What is a system?

A system is a set of interconnected elements that work together to achieve a common goal or purpose. Any system has inputs, stocks, processes, and outputs. For example, a plant…