<article>
<h2>Lorem ipsum ...?</h2>
<div class="button"><a href="#">Button</a></div>
<h2>Lorem ipsum ...?</h2>
<div class="button"><a href="#">Button</a></div>
<h2>Lorem ipsum ...?</h2>
<div class="button"><a href="#">Button</a></div>
<h2>Lorem ipsum ...?</h2>
<div class="button"><a href="#">Button</a></div>
</article>
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
background-color: rgb(106, 112, 196);
color: #fff;
position: relative;
z-index: 9999;
}
.button {
border: 5px solid;
margin: auto;
width: 50%;
background-color: #e70c68;
text-align: center;
width: 12rem;
font-size: 18px;
position: relative;
bottom: 40px;
}
.button a {
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.