https://s3-us-west-2.amazonaws.com/secure.notion-static.com/43ff3cd5-3215-40e1-8a0a-e0058df9a2c2/Untitled.png

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

HTML - Copyright

index.html

<div class="copyrightSection">

		<div class="col-md-12 text-center">
			<p>&copy; Copyright Laurens Post 2020</p>
		</div>

	</div>

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

CSS - Copyright

css/style.css

.copyrightSection {
	background-color: #000;
	color: #fff;
	padding: 30px 5px;
}

.copyrightSection p {
	margin: 0;
}

Vorige

Contact

Volgende

Navigatie menu