Simple CSS variables like A Pro

Using DOM access, you may create variables, save them, and reuse them across your style sheet. :root{ /*CSS variable*/ --primary:#900c3f; --secondary:#ff5733; } .btn{ padding:1rem 1.5 rem; background:transparent; font-weight: 700; color:…

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…

Design to Developer handoff

Handing off mockups to developers can be hard for several reasons: Lack of technical knowledgeDesigners may not have the technical knowledge needed to create mockups that can be easily interpreted,…

ADHD

Something that we need to consider when we design a new product as UX designers. ADHD stands for “Attention deficit hyperactivity disorder”. It is usually associated with hyperactive children, but…