Skip to content

Instantly share code, notes, and snippets.

@hhypnos
Created December 4, 2013 16:43
Show Gist options
  • Save hhypnos/7790889 to your computer and use it in GitHub Desktop.
Save hhypnos/7790889 to your computer and use it in GitHub Desktop.
A Pen by GIO.
<char meta author="by GIO">
<header id="top" class="top">
<div class="logo">
SITE BY<span ><button onclick="myFunction()">:GIO</button>
</span>
<a href="http://fb.com/pachu98gio.ru"><span> <p id="GIO"></p> </span></a>
</div></header>
/* BY GIO */
function myFunction()
{
document.getElementById("GIO").innerHTML="Hello World";
}
.s:before { content: ':GIO ' ; height: 100%; width: 100%; background: ; }
ss:hover { height: 100%; width: 2px; background: green; }
ss:after onClick { background:black; }
/* YOU CAN CHANGE " .S " to " span" and in HTML delete " onclick="myFunction()">:GIO</button<a href="s"><p id="GIO"></p>" , and after this will turn on effect "hover" */
/* " ss:hover " change to " span:hover " to activite hover effect */
body {
background: url('http://soh36.narod.ru/picture257.JPG');
height: 100% ;
width: 100% ;
}
/* Style link is here https://dl-web.dropbox.com/get/EXAMPLE%20CSS%20TRICKS/css/EXAMPLEE.CSS?w=AABPTthmvnop8e-ZG-clPexZjDTjWtMPxfLTJAivOjCu0A " */
@hhypnos
Copy link
Author

hhypnos commented Dec 5, 2013

Updated v 1.9 ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment