I am generating some images, without any image.
I am using only css3, techniques
A Pen by J Govind Yeswanth on CodePen.
| angular.module('bDatepicker', []). | |
| directive('bDatepicker', function () { | |
| return { | |
| require: '?ngModel', | |
| restrict: 'A', | |
| link: function ($scope, element, attrs, controller) { | |
| options = angular.fromJson(attrs.bDatepicker); //taking options from the element attribute | |
| var defaultOpts = { | |
| format: 'dd/mm/yyyy', | |
| todayHighlight: true |
| * { | |
| margin:0; | |
| padding:0; | |
| border:none; | |
| } | |
| body { | |
| background-color:#bbb; | |
| } | |
| div { | |
| position:relative; |
| * { | |
| margin:0; | |
| padding:0; | |
| } | |
| body { | |
| background-color:#ccc; | |
| font-family:calibri,sans-serif; | |
| font-size:20px; | |
| } | |
| form { |
| * { | |
| margin:0; | |
| padding:0; | |
| } | |
| body { | |
| background-color:#ccc; | |
| font-family:calibri,sans-serif; | |
| font-size:20px; | |
| } | |
| form { |
I am generating some images, without any image.
I am using only css3, techniques
A Pen by J Govind Yeswanth on CodePen.