Logo Settings

The Logo Container can be found in the Header Container – #header

Note Make sure you also add the Dark Logo which provides even more intuitiveness when you switch between Light/Dark Scheme. However, it is optional.

Code Example

<div id="logo">
	<a href="index.html">
		<img class="logo-default" srcset="images/logo.png, images/[email protected] 2x" src="images/[email protected]" alt="Canvas Logo">
		<img class="logo-dark" srcset="images/logo-dark.png, images/[email protected] 2x" src="images/[email protected]" alt="Canvas Logo">
	</a>
</div>

Last Modified: March 10, 2023