Posts by Anderson Melo • 1 point
3 posts
-
-1
votes4
answers3635
viewsA: How to center a div with variable size and position Absolute?
You can user Transform: Translate(-50%, -50%); left: 50%; position: Absolute; when it does not have the element size. This link has several ways to make the centralization:…
-
0
votes3
answers186
viewsA: How to pick up middle item with javascript or css?
You can use this way too, if there is more than one element in the center that requires orange edge: .corpo .item:first-child, .corpo .item:last-child { border: 1px solid green; } .item { border:…
-
0
votes1
answer41
viewsQ: Problem in a Breadcrumb using "Direction: rtl"
I’m having trouble using "Direction: rtl" and I’d like your help. I created a breadcrumb, when it reaches the screen limit size the end of it remains on screen and the beginning is cut. It was the…