If you want to create a floating element (such as button) to your WordPress website but do not want to install any plugin, follow this article. In this post, I will show you one simple method to add a call-to-action element (buttons, or text, or anything) stay fixed on the web page no matter how […]
css
[HTML, CSS] Make a sticky announcement bar with Bootstrap
A Bootstrap-style announcement/information bar that is fixed to the top, including one text string and one button.
[CSS] 5 Useful mixins for SASS
Some useful mixins for sass that can be used to faster build your project.
[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.
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.