Hello, I am trying to position my button at centre horizontal and middle under my "top" div (Div, where the background image is as u kind of not, can see).
Well well its not working out lol
I want it to be more down. Well idk how here is my css
Well well its not working out lol
I want it to be more down. Well idk how here is my css
Code:
.btn-1 {
padding: 1%;
font-size: 50px;
display: block;
cursor: pointer;
font-family: Roboto;
margin-top: auto;
margin-left: auto;
margin-right: auto;
background-color: #151515;
border: none;
margin-left: auto;
margin-right: auto;
color: white;
}
HTML:
<div class="button">
<button class="btn-1" type="button" name="button">Learn More</button>
</div>
