Posts by Rodrigo Linkweb • 11 points
3 posts
-
0
votes2
answers397
viewsA: how to make this 728x90 pixel banner code responsive?
Dear friend, Change the following line lmd_wi="728"; for lmd_wi="100%";
-
0
votes2
answers138
viewsA: Doubt in CSS, placeholder
Follow a good example for you: body { margin: 0; padding: 0; background: url(https://picsum.photos/2500/1500?image=1041); background-size: cover; font-family: sans-serif; } .box { position:…
-
-1
votes3
answers86
viewsA: How to hide the scrollbar
overflow-y: hidden or overflow-x: hidden