arlo atomickk's profile picture

Published by

published
updated

Privacy: Link-only
Category: Web, HTML, Tech

Logo customisation

Covering the Spacehey logo is against CSS rules, so if you want a custom logo, download the logo at https://spacehey.com/brand and customise it!


For an image logo:

<style>

.logo{

   content: url(URL LINK)}

</style>


For a filtered (different coloured) logo:

<style>

.logo{

   filter: invert(99%) sepia(4%) saturate(3%) hue-rotate(318deg) brightness(105%) contrast(100%)}

</style>


^ This is just an example (for a white logo)! Use this website to get the filter for any hex colour.


Comments

Displaying 0 of 0 comments ( View all | Add Comment )