Posts by william • 43 points
3 posts
-
1
votes1
answer37
viewsQ: How does a div go past the grid size?
Guys, I’d like to leave it at that: But so far, I’ve only been able to keep it that way: I am the css grid, I can’t get the div to pass over the other. My codes: #sobre { width: 100%; height: 100vh;…
-
-3
votes2
answers128
viewsQ: Can someone help me with that effect?
Does anyone know how to do that "curve" effect on a div? link to img I was trying to do more I couldn’t. The code I was using: body{ height: 100vh; width: 100vh; background:#7ABCFF; display: flex;…
-
-1
votes1
answer41
viewsQ: I need help, I can’t get this script to work
I wanted to make the effect of that video: https://www.youtube.com/watch?v=lZ-OO7x75Rc. If anyone can help me, I’d appreciate it. * { margin: 0; padding: 0; } body { height: 200vh; background: #111;…