创建一个Div元素,加上阴影,并且加上渐入渐出的动画效果
.shadow { box-shadow: 10px 5px 5px grey; animation: fadeIn 3s forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
Generation
创建一个Div元素,加上阴影,并且加上渐入渐出的动画效果
.shadow { box-shadow: 10px 5px 5px grey; animation: fadeIn 3s forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
Generate
More than just a code generator. A tool that helps you with a wide range of tasks. All in one place.
Function from Description
Text Description to SQL Command
Translate Languages
Generate HTML from Description
Code to Explanation
Fix invalid Code
Get Test for Code
Class from Description
Regex from Description
Regex to Explanation
Git Command from Description
Linux Command
Function from Docstring
Add typing to code
Get Language from Code
Time complexity
CSS from Description
Meta Tags from Description