In the evolving landscape of web design, CSS Cards stand out as a pivotal UI component, seamlessly bridging aesthetics with functionality. Often referred to as Styling Cards, Web Cards, or even Thumbnail Cards, they have become integral to modern Front-end Development. Originating from frameworks and design philosophies like Bootstrap and Material Design, CSS Cards encapsulate…
Calendar generates itself upon user’s entry of requested year and month. Scales to viewport using vw / vh –[ table is generated w/JS ] Tutorial/codes – Demo Author: Tiffany Rayside Created: JUNE 17, 2015 Made with: HTML, CSS and JavaScript Find the Demo See the Pen Interactive Calendar App by Tiffany Rayside (@tmrDevelops) on CodePen.
CSS grid calendar Tutorial/codes – Demo Author: Mert Nerukuc Created: SEPTEMBER 06, 2018 Made with: HTML, CSS Find the Demo See the Pen CSS grid calendar by Mert Nerukuc (@knyttneve) on CodePen.
It’s A Calendar Sort Of Thing Tutorial/codes – Demo Author: Jack Thomson Created: JULY 16, 2018 Made with: HTML, CSS and JavaScript Find the Demo See the Pen It’s A Calendar Sort Of Thing by Jack Thomson (@Jackthomsonn) on CodePen.
simple dynamic, js calendar. main function accepts 3 params: target selector String date String (optional) data Array (optional) Tutorial/codes – Demo Author: Brett Rogerson Created: APRIL 08, 2017 Made with: HTML, CSS and JavaScript Find the Demo See the Pen Simple vanilla js calendar by Brett Rogerson (@snypelife) on CodePen.
Flexbox responsive calendar Tutorial/codes – Demo Author: Gabi Created: Updated JUNE 17, 2018 Made with: HTML, CSS and JavaScript Find the Demo See the Pen Flexbox responsive calendar by Gabi (@enxaneta) on CodePen.
Inspired by the preview of the Microsoft Fluent Design System calendar. I thought it looked really pretty so I made it for the web. Tutorial/codes – Demo Author: Tom Created: MAY 15, 2017 Made with: HTML, CSS Find the Demo See the Pen Windows Fluent Design Calendar by Tom (@tomcwatts) on CodePen.
Date picker in React, you can select a range of dates. Tutorial/codes – Demo Author: Rob Vermeer Created: AUGUST 29, 2016 Made with: HTML, CSS and JavaScript Find the Demo See the Pen React date range picker by Rob Vermeer (@RobVermeer) on CodePen.
Very quick mockup of calendar. Tutorial/codes – Demo Author: Dan Couper Created: JULY 05, 2018 Made with: HTML, CSS Find the Demo See the Pen Calendar Mockup by Dan Couper (@DanielCouper) on CodePen.
Another Dribbble shot recreation of the calendar. Tutorial/codes – Demo Author: Short Created: OCTOBER 06, 2016 Made with: HTML, CSS and JavaScript Find the Demo See the Pen Material Calendar (click the days!) by Short (@short) on CodePen.
Calendar widget built with React and Flexbox Tutorial/codes – Demo Author: Nick VanMeter Created: OCTOBER 21, 2016 Made with: HTML, CSS and JavaScript Find the Demo See the Pen ReactJs simple Calendar by Nick VanMeter (@nickjvm) on CodePen.
This demo shows how to embed a Google Calendar so that it is responsive. The basic technique is to wrap the iframe embed code you get from Google with a div. We give that div the class name googleCalendar. Then we set the Google Map iFrame inside of that to cover the width and height…
Markup uses HTML5 element. CSS makes the date look like a calendar page. The position: absolute implementation works on all browsers. The inline-flex implementation requires a fairly recent browser: Ok in IE11, Chrome 29, Firefox 22; Broken in IE10, Chrome 28, Firefox 21, Safari 6.1, and most mobile browsers. Tutorial/codes – Demo Author: Denilson Figueiredo…