Posts by Thiago Maurer • 44 points
3 posts
-
-1
votes2
answers72
viewsA: Center an element with css
I don’t quite understand, where are you sending centralize this div? There in the .form-login-div, adds these 2 lines: margin-left: 50%; transform: translateX(-50%); I don’t know if that’s all you…
-
0
votes1
answer37
viewsA: How to make download routine?
I don’t know if I understand what you want to do, but come on. One thing you can do, is take this url, and put it inside the href of a Hyperlink, along with the download attribute. <a…
-
3
votes4
answers7619
viewsA: Remove Focus/Outline from input (CSS)
Look, from what they’ve already answered to you and what I see in the image you sent, this is not a outline, and yes a box-shadow, or maybe even an edge with differentiated opacity. Places a border:…