A Pen by Anuj Yadav on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type":"scores json file", | |
"data":{ | |
"sno":0, | |
"points":{} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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.
A Pen by Anuj Yadav on CodePen.
A Pen by Anuj Yadav on CodePen.
A Pen by Anuj Yadav on CodePen.
A Pen by Anuj Yadav on CodePen.
NewerOlder