Posts by Henrique Barcelos • 101 points
2 posts
-
0
votes3
answers602
viewsQ: How to align vertically and horizontally element within a Row in Bootstrap?
I’m having a huge problem centering a text under an image in Bootstrap. I’ve tried everything, with position, table-Cell. .bloco-materia { text-align: center; padding: 25px 50px; height: 200px;…
-
-1
votes1
answer178
viewsQ: How to restrict GET requests from other sites?
I’m trying to stop other sites from copying my download links, but they’re unconventional (they don’t have format at the end), so I can’t block through Apache mod_rewrite. So I decided to block GET…