You might have seen that “New” named ribbon in the latest post of a blog. In this article, I will guide you how to implement it in your blog. It’s useful to interact your visitors with newest updates and releases. How to add this widget on your blog? 1. Go to your blog dashboard and […]
6 Useful CSS3 Properties For CSS Beginners
6 CSS3 Properties you should have known about… 1. @import @import property is very useful to call external CSS in your stylesheet, When your stylesheet contains fonts or you can link external stylesheet, then you can try @import instead of using link tag. You can link stylesheet and fonts by using this property as shown […]
Arrow with PureCSS
Click to Enlarge Have you ever thought or seen a arrow in website which is not an image but created with the help of css ? So now, we are going to learn how to make a arrow with purecss. You can see arrows crafted with PureCSS3 in image above. Arrow Left .arrowleft { […]
Vertical CSS Menu With Simple Effects
Brief: You can create a basic CSS menu with these instructions, however it is not recommended if you are using WordPress, because WordPress has tons of possibility to modify menus and themes, And also Blogger has possibility but you love to play around CSS then this post is for you. So proceed with caution! Here […]