Some useful mixins for sass that can be used to faster build your project.
Blog
[CSS] Make equal-height Bootstrap columns and vertically align content with Flexbox
In this post, let’s see how to make columns in a row from Bootstrap to have equal height no matter how much content is inside.
[PHP] Get rid of multi-layered if-else nested conditions
So after a time learning and practicing, I realized there are some ways to get rid of multi-layered if-else nested conditions.
WordPress: How to make the functions.php less messy
I have been working with WordPress for a while and one thing that irritates me is that the functions.php contains a lot of codes. This makes the file looks messy and hard to follow. Check out from here some methods to improve this.
Simple slide up and fade text animation with CSS3 [Code + Demo]
In this post, we will make a simple slide up and fade text animation with CSS3 and HTML.
[CSS] Simple parallax [Code + Demo]
This code implements a simple parallax section with only CSS, no Javascript needed. The idea is that an image will be set as the background image of a section with fixed position, so that when people scroll down, the image stays fixed.