Skip to content

Instantly share code, notes, and snippets.

View tapa8728's full-sized avatar
💭
I may be slow to respond.

Tanvi Parikh tapa8728

💭
I may be slow to respond.
View GitHub Profile
@tapa8728
tapa8728 / dropdown.css
Last active June 20, 2018 00:00
3 linked dropdowns with checking only single checkbox
.multiselect {
width: 400px;
padding: 10px;
margin: auto;
}
.selectBox {
position: relative;
}
@tapa8728
tapa8728 / dropdown.css
Last active June 15, 2018 09:56
3 linked drop Downs - with search and select functionality
.multiselect {
width: 400px;
padding: 10px;
margin: auto;
}
.selectBox {
position: relative;
}
@tapa8728
tapa8728 / dropdown.css
Last active June 14, 2018 20:00
Multi-select dropdown with Search feature
.multiselect {
width: 400px;
padding: 10px;
margin: auto;
}
.selectBox {
position: relative;
}
@tapa8728
tapa8728 / .gitignore
Created June 12, 2018 20:02 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
background: linear-gradient(25deg, #013467, #044689, #0052a5, #cc172a, #960c1a, #650912);
background-size: 1200% 1200%;
-webkit-animation: USflagintense 18s ease infinite;
-moz-animation: USflagintense 18s ease infinite;
-o-animation: USflagintense 18s ease infinite;
animation: USflagintense 18s ease infinite;
@-webkit-keyframes USflagintense {
0%{background-position:70% 0%}
50%{background-position:31% 100%}
100%{background-position:70% 0%}
background: linear-gradient(164deg, #0052a5, #06305a, #e0162b);
background-size: 600% 600%;
-webkit-animation: AnimationName 18s ease infinite;
-moz-animation: AnimationName 18s ease infinite;
-o-animation: AnimationName 18s ease infinite;
animation: AnimationName 18s ease infinite;
@-webkit-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 51%}