Skip to content

Instantly share code, notes, and snippets.

View yadavanuj1996's full-sized avatar
🎯
Focusing

Anuj Yadav yadavanuj1996

🎯
Focusing
View GitHub Profile
{
"type":"scores json file",
"data":{
"sno":0,
"points":{}
}
}
@yadavanuj1996
yadavanuj1996 / index.html
Last active September 27, 2019 20:59
x-mark or wrong choice symbol appear on bottom center of screen, can be used for representing wrong choice made.
<!Doctype html>
<html lang="en-US">
<head>
<title>X Mark Style</title>
<meta charset="utf-8">
<meta name="author" content="Anuj Yadav (yadavanuj1996)">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Template for x-mark or cross mark or wrong sign animation made out of pure css">
<meta name="keywords" content="x-mark,css,animation,css animations,wrong choice">
<link rel="stylesheet" href="./x-mark.css">
@yadavanuj1996
yadavanuj1996 / heart.css
Last active September 27, 2019 21:05
Hearts appear on bottom center of screen for mobile screen and multiple hearts with animation styles appear for desktop and tablets.
@keyframes color {
0% {
background-color: pink;
}
25% {
background-color: red;
}
50% {
background-color: #ef102c;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-heat-map.markdown
Last active August 22, 2019 16:48
FCC: Visualize Data with a Heat Map
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-treemap-diagram.markdown
Created August 20, 2019 10:17
FCC: Visualize Data with a Treemap Diagram
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-choropleth-map.markdown
Created August 19, 2019 06:59
FCC: Visualize Data with a Choropleth Map
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-scatterplot-graph.markdown
Last active March 31, 2025 11:09
FCC: Visualize Data with a Scatterplot Graph
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-bar-chart.markdown
Last active August 22, 2019 11:09
FCC: Visualize Data with a Bar Chart