Posts by marceloolz • 16 points
1 post
-
0
votes1
answer47
viewsA: I want to do a css animation
I made an example: Codepen .dvabout { opacity: 1; float: left; margin-top: 50px; width: 300px; color: white; background: rgba(0, 0, 0, 0.3); transition: width 4s, height 4s; } .dvallabout { color:…