Giter Site home page Giter Site logo

css3-demos's Introduction

๐Ÿ’ป CSS3 New Features Code Demos & more...

This repo is dedicated to all the new CSS features releasing in the CSS. This is WIP repo and less jazzy UI (I know it should be jazzy , as we are talking about CSS).

โ” Why?

While learning new CSS3 features and making youtube videos for JSLovers, I started this repo. Also, to reduce the development efforts I have created ready-to-use code samples for the devs.

๐Ÿ“Œ TOC

New Features

  • โœ… calc
  • โœ… counter
  • โœ… filters
  • โœ… mixins [UPDATE: NOT ANYMORE SUPPORTED]
  • โœ… scroll behaviour
  • โœ… variables
  • โœ… writing modes
  • โœ… current color
  • flexbox - work in progress
  • grids

CSS + HTML Ready to use code

  • โœ… Buttons
  • โœ… Alerts & Notification
  • โœ… Tags
  • โœ… List
  • โœ… Card
  • Badegs
  • Tables
  • Images
  • Forms
  • Navigation
  • Layouts
  • Gallery
  • Accordion
  • Icons
  • Tabs
  • Slideshow

๐Ÿ’ก Ready to use code - HTML and CSS

Below are the ready-to-use CSS and HTML code snippts for your project. Right now, this is work-in-progress repo.

CSS Buttons

CSS Tags

CSS Alerts

CSS Cards

๐Ÿ’ก CSS3 New Features:

Below are the new CSS3 features code samples.

  • current color
 .border{
     color: red;
     border: 1px solid currentColor;
 }
  • Writing Modes
 .border{
     color: red;
     border: 1px solid currentColor;
 }
  • CSS calc
 .box{
     width: calc(100 * 2px);
  }
  • CSS filters
  • CSS Mixins
  • CSS Variables
:root: {
 --red : red;
}

.block {
    color :var(--red)
}
  • CSS Grids
  • CSS Flexbox

โŒš What's next?

  • Add all possible 'ready to use' codes.
  • Make the code responsive.
  • Make the all examples accessible.
  • Add colors options.
  • Add styleguide.

โค๏ธ Contribution

If you would like to contribute please raise the PR.

Reach Me ๐Ÿ‘ฉ

You can email me at [email protected] or reach me on twitter @hellonehha

css3-demos's People

Contributors

neha avatar praveenpal4232 avatar sabique avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.