Skip to content

Instantly share code, notes, and snippets.

@zekrom-vale
Last active November 28, 2018 18:51
Show Gist options
  • Save zekrom-vale/3fe483c1790f287812d4c0c3b05b0615 to your computer and use it in GitHub Desktop.
Save zekrom-vale/3fe483c1790f287812d4c0c3b05b0615 to your computer and use it in GitHub Desktop.
Trying to create an external CSS sheet for eBay, unfortunately eBay blocks all external references or complains about it.
c{text-align:center}
div,pre{font-size:18px}
*{font-family:Arial,Helvetica,sans-serif}
button{background:cyan;border-color:#9ff;border-radius:5px;cursor:pointer;margin:0 2px}
button:hover{background:#9ff;border-color:cyan;border-radius:5px}
nav a{font-size:26px;text-decoration:none}h1,h2{margin:0 2px}
#p1,#p2{fill:cyan;stroke:#9ff;stroke-width:5}p{margin-top:0}
.s1{width:1000;height:50}.s2{width:500;height:25}
.s1 text{font-size:36px}
.s2 text{font-size:28px}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment