Blog

How to use featured image as background in WordPress

<?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘full’ );?> <div class”my-class” style=”background-image: url(‘<?php echo $thumb[‘0′];?>’)”> <h1>Dummy…

Tooltip on mouse over

Hey, Check this cool tooltip with lots of features. It’s fully customizable & easy…

Text Rotation in CSS3

In the old days we had faced big issue to rotate the text. But…

Google Web Designer Program

Google Web Designer is a free software to create interactive HTML5-based designs and motion…