css

What Is SASS?

Sass (Syntactically Awesome Style Sheets) is a popular CSS preprocessor that has been widely adopted by front-end developers. It extends the capabilities of CSS and adds some new features to make writing and managing styles for large and complex web projects easier. Sass is a scripting language that is compiled into CSS, making it more …

What Is SASS? Read More »

Tips on how to solve Overflow issue on CSS based on the “CSS is Awesome Meme”

If you are a programmer you probably have seen this meme countless times. It is surely made for laughs and giggles but deep inside you, you know that the struggle when designing a website is very much real and very frustrating. The default way of CSS is to do exactly what is shown in the …

Tips on how to solve Overflow issue on CSS based on the “CSS is Awesome Meme” Read More »

How to Use Gradient Screen Color in Flutter

What is Gradient Color gradients take a starting color and position and an ending color and position. Then it performs a transition between the colors. With consideration of color theory, they can make an application more visually interesting than a plain design. A gradient creates visual interest and helps move users through a design. The eye will …

How to Use Gradient Screen Color in Flutter Read More »