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.
ReadCSS does not accept gradient values for 'color' property, but we can still achieve color gradients for text color with this trick...
ReadWhile 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...
ReadWhen 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.
ReadCSS 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