Last active
May 20, 2025 16:26
-
-
Save 3mw-support/b4f14c7ce7b1327160cc to your computer and use it in GitHub Desktop.
3MW Footer Logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.web_logo { | |
float: left; | |
margin-top: -10px; | |
margin-right: 10px; | |
font-size: 0; | |
opacity: 0.4; | |
width: 20px; | |
height: 20px; | |
display: block; | |
background:url('https://www.3mediaweb.com/wp-content/uploads/2022/02/logo-3mw.png') no-repeat center; | |
background-size: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment