CSS

CSS-Tricks

SCSS Mixin For Media Queries

Simple solution for writing media queries using a SCSS mixin.

Read
CSS-Tricks

Dynamically Choosing Accessible Contrasting Colors For Your Theme Using SCSS

Ability to change color theme is a powerful feature and here is an easier way to achieve it while ensuring that accessibility is not compromised and text colors automatically adjusts according to the choosen theme.

Read
CSS-Tricks

Coloring Texts With Gradients

CSS does not accept gradient values for 'color' property, but we can still achieve color gradients for text color with this trick...

Read
Front-end

Becoming a Google Certified Mobile Web Specialist

While preparing for google certification of mobile web specialist, here are the notes I made that helped a lot in understanding the concepts of modern web...

Read
CSS-Tricks

Responsive Masonry Layout

When we need to display a list of items of uneven sizes, then Masonry layout is the best choice. Image gallery and Newspaper columns are some common examples.

Read
CSS-Tricks

Torch/Laser Effect Using Dynamic CSS Gradient

CSS offers some really cool features. Here I am showing a torch effect or say laser gun effect and it's really simple to implement with little bit of CSS and javascript.

Read