0
I started to study Bootstrap now and I’m having trouble understanding and modifying the codes in CSS of the folder I downloaded on their website, so it would be easier to edit on the HTML
I need to center the text REGISTER, but I’m not getting it at all and in the files of CSS, several quotations are made about the class and it seems that it is overwritten several times, so if I mess with one, I need to change the others as well.
<header class="masthead clearfix navbar navbar-dark bg-dark">
<div class="logo">
<img src="images/drawing2.png" width="9%"/>
</div>
<div class="inner">
<div class="nav justify-content-center m-auto">
<h3 class="masthead-brand"> CADASTRE-SE </h3>
</div>
</div>
</header>
What version of Bootstrap you are using ?
– NoobSaibot
I am using the version "bootstrap-4.0.0-beta".
– Ester Patricio