How to create shadow effect in css?
Using ‘BOX-SHADOW‘ property we can create shadow effect around an HTML element. The syntax of this property is, box-shadow: horizontal-shadow vertical-shadow blur-distance spread-distance color inset Checkout the below Fiddle of some shadow effects(fiddle link) Sep 9, 2013Sandeep
SASS : A CSS Authoring Framework
“SASS” is also called as “Sassy CSS” and It stands for Syntactically Awesome Style Sheet. It is used for Authoring CSS.It provides an awesome programmatic platform to a CSS developer. To know more about SASS use the below link:- […]
Getting Started With Deployd App
DEPLOYD is the open source tool for creating for building REST API for the JSON Data. In this Demo, “We will create a REST API on Student Data“. Download Link for Deployd :- http://www.deployd.com/download.html After Installation of the downloaded Deployd package follow the below steps to create REST API for Student […]
Creating A Basic Custom Directive In AngularJS
Directives are the base of AngularJS library. You have seen ng-app, ng-controller, ng-repeat keywords used in AngularJS templates and partials.In my previous posts I have used these repeatedly.These are nothing other than inbuilt directive from AngularJS library. In this Demo, "We will create a custom directive for students .This directive will append two string PASS […]