Skip to content

Instantly share code, notes, and snippets.

@MoOx
Created October 9, 2014 08:33
Show Gist options
  • Save MoOx/0c43795ea80dc48faa28 to your computer and use it in GitHub Desktop.
Save MoOx/0c43795ea80dc48faa28 to your computer and use it in GitHub Desktop.
putainde-tab custom scripts/styles example
.putainde-Tab body { background: red }
.putainde-Tab body::after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content: "I'm a custom style";
}
alert("I'm a custom script");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment