Category

TUTORIALS

Category

Family.scss is a set of 26 smart Sass mixins which will help you to manage the style of :nth-child’ified elements, in an easy and classy way. The goal of this project is to unleash the power of the nth-child property, in an easy way.The best way to understand each and every mixin, is to read it, literally. For example: first(3) => first three Each and every mixin is really easy to use and implement into…

Starability.css is an accessible rating form with cute animations.tarability ratings are done in pure HTML and CSS, and are accessible by keyboard, so even people using screen readers are able to use it.The goal of this small library was to combine this technique with neat animations and make it easy to quickly apply it to your website. Starability.css works in IE10+ and all modern browsers.    

Pills is a responsive and tiny CSS grid system for web developers.It’s been developed by Rohit Kumar Rai. This CSS grid system is only 4kb and perfect for all modern browsers – IE8+, Firefox, Chrome, Safari, Opera. Pills has two parts: First – This will have a 12 columns for that granular control but still would be simple enough like English language. Second – Inspired by Gridism thinking and catering to people who think fractional…

This is a fresh collection of animated transition effects with CSS. It’s been developed by Gabriele Mellera.You can either download it directly or if you are new to CSS animation effects you can find the detailed tutorial on how to create these effects. The CSS file is organized in different sections. For a transition to work properly you need to include the style shared by all effects, the custom effect style, and the keyframes to…

Smooth Scrollbar is a customizable scrollbar in modern browsers with smooth scrolling experience.It works in all modern browsers.Smooth scrollbar is defined as an UMD module which named Scrollbar, you can use any loader to load it. You can allow upper scrollable content to continue scrolling when current scrollbar reaches edge. When set to ‘auto’, it will be enabled on nested scrollbars, and disabled on first-class scrollbars.

Simple Grid is a mobile-first 12-column CSS grid system to make developing responsive websites easy and fast. All the code you need is simple and familiar. A parent container class contains the grid. Within the container are rows. Row classes denote rows of content, which can be filled with up to 12 columns. Columns must be nested within a row. To define your column width, declare how many columns you want your content to take…

This is a set of inspirational, highly experimental distortion effects for buttons using SVG filters.Applying SVG filters on HTML elements give us some great opportunity to get creative with click interactions, and that’s exactly what it is. The main idea is to apply distortion or blob filters to buttons and explore some creative possibilities.This is still a highly experimental technique which currently works best in Google Chrome and Firefox.    

Gridle is a set of complete and simple settings, mixins and classes that make the creation and usage of grid systems (even complex ones) really simple. All of this with full responsive capabilities 12, 8 or 33 columns, Gridle allows you to generate all the grids you want, with all the features you need (push, pull, prefix, hide-on, etc…) Gridle is built to be excellent in responsive development. It provides a robust and simple system…

This is a tutorial to create inspirational input focus effects using css3 and jQuery.In this tutorial, you see animated input border effect, animated background effect and animated placeholder effects on focus. And you can also see placeholder move as a label on input focus. There are 24 different effects and you can easily integrate any of them to your web design project.    

Colofilter.css is a Duotone filters made with CSS. Those colorful filters uses css blend modes and were heavily inspired by Spotify. This is called “DuoTone”, and today, with the power of CSS you can play around with some blend-modes properties, to get some cool visual results. To use those filters, download the colofilter.css file, add it to the head of your document.