Skip to content

Instantly share code, notes, and snippets.

@demonio
Created November 25, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demonio/5773f24e3315e38ca27d58e5100bb440 to your computer and use it in GitHub Desktop.
Save demonio/5773f24e3315e38ca27d58e5100bb440 to your computer and use it in GitHub Desktop.
Marca de agua KumbiaPHP
/* 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;
}
<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