How to make a YouTube embed video responsive using CSS02/10/2018 - 08:33Quick snippet how to make a youtube embed video responsive by CSS only. Tags: videoyoutubecss How to make a blurry text using CSS11/09/2017 - 07:18The easiest way to blur text with css is to use transparent color and use text-shadow: .blur-me { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.3); } This text is blurred! Tags: css How to create mobile slide menu - the simple example10/31/2017 - 04:58The simple slide mobile menu example using HTML, CSS and simple JS. Tags: javascriptcssmenu How to make a sticky block using CSS only06/06/2017 - 08:33Making one of the block sticky within its parent (or body) is not a painful thing anymore. Just use CSS position: sticky and you'll be happy! Check this out: Tags: css How to replace a checkbox with an image04/20/2017 - 09:51A short note how to replace your checkbox with an image. Tags: css How to center content inside DIV using CSS (horizontal and vertical)03/26/2017 - 13:29Here's a collection of working solutions how to center content inside DIV horizontally and vertically (multiline text, image or anything) using CSS. Tags: css How to create loading image using CSS only02/28/2017 - 06:04This is an easy way to create a sexy loading throbber image without image using only CSS!Tags: css × Hey! Don't miss a new cool stuff!