drupal 7: how to create custom node token11/11/2017 - 07:54Here is the simple example how to create custom node token in Drupal 7. Tags: drupal 7 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 add a video in a html div background10/30/2017 - 13:53How to add a video in a html background - muted and loop. Tags: videohtml How to render user login form and user register form in Drupal 806/29/2017 - 10:04I've spend an hour to understand how to render user login form and user register form in Drupal 8 to print them in a custom place. Here is the solution. Tags: drupal 8forms 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 How to work with database in Drupal 702/09/2017 - 12:57All common Drupal 7 database examples here: select, update, delete, insert, join, filter, sorting, limit etc. Tags: drupaldrupal 7database first previous 1 2 3 next last × Hey! Don't miss a new cool stuff!