Despite my efforts to find a solution, I am stuck with this issue. Here is the code I have been working on:
<a href='/Customers' class='centre'>Start</a>
I attempted to wrap it in a div tag and also wanted to add a small grey background box around it.
This is the CSS code I have used:
a {
width: 100%;
height: 250px;
display: inline-block;
}
.centre {
text-align: center;
display: inline-block;
font-size: 20px;
font-family: 'Roboto', sans-serif;
background-color: grey;
}