Commit b5d32ea5 authored by Claude Meny's avatar Claude Meny

Update CONTRIBUTING.md

parent 4b4fa3ae
Pipeline #16045 canceled with stage
## Git ## Git
### tests divers 3D animations
<html>
div {
width: 100px;
height: 100px;
background-color: red;
animation-name: example;
animation-duration: 4s;
}
@keyframes example {
from {background-color: red;}
to {background-color: yellow;}
}
</html>
### The easy way ### The easy way
Use Gitlab's WebIDE. Use Gitlab's WebIDE.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment