Skip to content

Instantly share code, notes, and snippets.

View yadavanuj1996's full-sized avatar
🎯
Focusing

Anuj Yadav yadavanuj1996

🎯
Focusing
View GitHub Profile
@yadavanuj1996
yadavanuj1996 / fcc-visualize-data-with-a-heat-map.markdown
Last active August 22, 2019 16:48
FCC: Visualize Data with a Heat Map
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 / 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;
}
@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">
{
"type":"scores json file",
"data":{
"sno":0,
"points":{}
}
}