https://s3-us-west-2.amazonaws.com/secure.notion-static.com/75aaa082-669b-4216-8e23-cb63693d6115/contact.jpg

Voeg de onderstaande code toe onder het statistieken gedeelte in het index.html bestand.

HTML - Contact

index.html

<div id="contact" class="contactSection section">

		<div class="col-md-12 text-center">
			<h2>Voor vragen of informatie</h2>
			<a href="mailTo:[email protected]" class="contactButton">Neem contact op</a>

		</div>

	</div>

Vergeet niet het mailadres aan te passen naar jouw e-mailadres.

Voeg de onderstaande CSS styling toe aan het style.css bestand.

CSS Bestand

css/style.css

.contactButton {
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 2px;
}

.contactButton:hover {
	text-decoration: none;
	color: #3b86e6;
	background-color: #fff;
}

Vorige

Statistieken

Volgende

Copyright