Hello, i want to create a subpage on the frontpage with text like your demo "Restaurant" page and with a button like your demo "Reservation" page.
How can i create a button like this, to be in the middle of the page ?
Check the image that i create
<div class="gk-description-wrap">
<p>Im Restaurant unseres Landgasthof bieten wir unseren Gästen
täglich frische regionale Fisch- und Fleisch-Spezialitäten aus
Schleswig-Holstein an.</p>
<p>In unserem großen Festsaal, richten wir gerne ihre Familienfeier
und Betriebs- und Vereinsfest aus.</p>
<p>Unseren Urlaubs- und Übernachtungsgästen bieten wir gemütliche
Zimmer und Ferienwohnungen zur Übernachtung und Urlaub an.</p>
<div><a href="#URL" class="button button-border">Make reservation</a></div>
.gk-description-wrap .button-border {
display: inline-block;
float: none;
}