Coder Social home page Coder Social logo

hind-sagar-biswas / glasscss Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 109 KB

A Glassmorphism CSS code generator tool on vanilla JavaScript

Home Page: https://hind-sagar-biswas.github.io/glassCSS/

License: GNU General Public License v3.0

HTML 50.48% JavaScript 24.75% CSS 24.76%
javascript-tools glassmorphism-css code-generation html-css-javascript

glasscss's Introduction

glassCSS

Project Type Main Language Used Framework

Latest stable version Website Up Maintenance Yes PRs welcome

Glassmorphism

A Glassmorphism CSS code generator tool

Generator @ https://hind-sagar-biswas.github.io/glassCSS/

What is Glassmorphism

Glassmorphism is a unified name for the popular Frosted Glass aesthetic. It has many names depending on the company using it, so we wanted to create a common ground for designers and developers to find related resources easier and faster.

The effect is based on background blur with transparency, and uses stacked layers to show the depth and context of the interface.

Clone Repo

Git CLI

gh repo clone hind-sagar-biswas/glassCSS

HTTPS

https://github.com/hind-sagar-biswas/glassCSS.git

CSS code

General CSS code for glassmorphism

background: rgba( 225, 225, 225, 0.3 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.30 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );

Use the above code to any element to give it a glass morphic effect.

License

This code has been licensed under GNU AGPLv3 open source copyleft license.

Author

Hind Sagar Biswas

Website: https://hindbiswas.000webhostapp.com/

Author Facebook Author Twitter

glasscss's People

Contributors

hind-sagar-biswas 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.