Created
November 25, 2016 17:56
-
-
Save demonio/5773f24e3315e38ca27d58e5100bb440 to your computer and use it in GitHub Desktop.
Marca de agua KumbiaPHP
This file contains 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
/* MARCA DE AGUA KUMBIAPHP */ | |
.powered | |
{ | |
background: url('/img/logo.png') no-repeat 0 18px; | |
bottom: 4px; | |
height: 69px; | |
opacity: 0.1; | |
position: fixed; | |
right: 4px; | |
width: 433px; | |
} |
This file contains 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
<body> | |
<div class="powered">Powered by:</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment