Commit 069d8bcf authored by Claude Meny's avatar Claude Meny

Update CONTRIBUTING.md

parent b1808053
Pipeline #16048 failed with stage
## Git
### tests divers 3D animations
<html>
<style>
div {
width: 100px;
height: 100px;
background: red;
transition: width 2s, height 4s;
}
div:hover {
width: 300px;
height: 300px;
}
</style>
</html>
### The easy way
......
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