All Projects â†’ nishantpainter â†’ made-in-india-css

nishantpainter / made-in-india-css

Licence: MIT License
🎨 Tricolor background patterns created using CSS linear and radial gradients.

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to made-in-india-css

InOut4-landing
Landing page of InOut 4.0
Stars: ✭ 16 (-23.81%)
Mutual labels:  india
livecovid.in-webapp
Web app for state-wise India Covid-19 tracker.
Stars: ✭ 25 (+19.05%)
Mutual labels:  india
sanskari-proxy
A proxy for security researchers outside India to access Indian government websites without resorting to shady VPNs.
Stars: ✭ 25 (+19.05%)
Mutual labels:  india
pari
Django/Wagtail based PARI webapp
Stars: ✭ 32 (+52.38%)
Mutual labels:  india
GradientProgressView
一ä¸ĒįŽ€å•įš„čŋ›åēĻæĄæŽ§äģļ
Stars: ✭ 15 (-28.57%)
Mutual labels:  gradients
getbhavcopy
Free NSE and BSE data downloader
Stars: ✭ 93 (+342.86%)
Mutual labels:  india
Indian-government-API-List
A curated list of official APIs owned by government of India.
Stars: ✭ 65 (+209.52%)
Mutual labels:  india
Randient
🎨 Radient, random gradients in Swift
Stars: ✭ 59 (+180.95%)
Mutual labels:  gradients
content
Synced content from our gitbook site.
Stars: ✭ 37 (+76.19%)
Mutual labels:  india
hypercolor
A curated collection of beautiful premade gradients using default colors from the Tailwind palette as well as a selection of custom color gradients.
Stars: ✭ 187 (+790.48%)
Mutual labels:  gradients
leetcode-compensation
Compensation analysis on the posts scraped from leetcode.com/discuss/compensation. At present, the reports have been generated only for Indian cities.
Stars: ✭ 83 (+295.24%)
Mutual labels:  india
college-management-react
This is a College management web app in MERN stack.
Stars: ✭ 42 (+100%)
Mutual labels:  made-in-india
laws-of-india
Laws of India in Akoma Ntoso XML format
Stars: ✭ 23 (+9.52%)
Mutual labels:  india
ospi
Open Source Presence Infographic of Indian Startups
Stars: ✭ 25 (+19.05%)
Mutual labels:  india
fuze
A simple CSS Gradient Animator tool built with Vue and Vuex.
Stars: ✭ 71 (+238.1%)
Mutual labels:  gradients
functorch
functorch is JAX-like composable function transforms for PyTorch.
Stars: ✭ 1,107 (+5171.43%)
Mutual labels:  gradients
cowin-slot-tracker
Tracker to check the covid shot slot availability in India and send mobile alerts via Telegram Bot.
Stars: ✭ 30 (+42.86%)
Mutual labels:  india
backend
Code for statistical methods which estimates outbreak indicators at Covid Today.
Stars: ✭ 13 (-38.1%)
Mutual labels:  india
tailwindcss-landing-gradients
A landing page made with tailwindcss and the new Gradient feature.
Stars: ✭ 41 (+95.24%)
Mutual labels:  gradients
SwiftGradients
Useful extensions for UIViews and CALayer classes to add beautiful color gradients.
Stars: ✭ 15 (-28.57%)
Mutual labels:  gradients

Made in India CSS

Made in India CSS is a collection of 15 distinct background patterns generated using linear and radial CSS gradients. You can use these tricolor gradient patterns in building your website or web application by importing the made-in-india css file and using various class.

<link href="css/made-in-india.css" rel="stylesheet" />

<div class='.india-stripe'></div>

Classes

Made in India CSS offers 15 patterns with classes as follows :

.india-linear
.india-stripe
.india-spiral
.india-line
.india-square
.india-block
.india-diamond
.india-cut
.india-ring
.india-bubble
.india-wave
.india-cup
.india-dot
.india-net
.india-flower

Colors

Made in India CSS make use of color variables in CSS. The default colors are as follows :

--orange: #f09732;
--blue: #173187;
--green: #49890e;
--white: #ffffff;
--orange-alpha-50: rgba(240, 151, 50, 0.5);
--blue-alpha-50: rgba(23, 49, 135, 0.5);
--green-alpha-50: rgba(73, 137, 14, 0.5);

Default Colors

You can tweak these colors to make it match with your application of use.

--orange: #173f5f;
--blue: #3caea3;
--green: #f6d55c;

Colors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].