Posts by Vinicius Martins • 35 points
2 posts
-
2
votes2
answers3109
viewsQ: Center text in header
Hello, everyone. I created a header with 100% screen size (independent of screen size) like this: header { background-image: url('img/background.jpg'); height: 100vh; width: 100%; } <header>…
-
1
votes2
answers273
viewsQ: Center DIV on Bootstrap Grid
I have the following Section, and I need the Divs to be centered horizontally on my Boostratp 3 Grid. It always stays on the Left side and I can’t change that. <section id="servicos"> <div…