Skip to content

Instantly share code, notes, and snippets.

@1nsp1r3rnzt
Last active January 6, 2017 16:16
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 1nsp1r3rnzt/4d80123d82fb3339326682174ed6e47f to your computer and use it in GitHub Desktop.
Save 1nsp1r3rnzt/4d80123d82fb3339326682174ed6e47f to your computer and use it in GitHub Desktop.
#main> .column>ul>li>a:first-of-type {
background-color:#663399;
border: 1px dotted #FFFF00;
text-transform: uppercase;
width:98%;
}
ul:first-of-type{
border-right:1px dotted lime;
}
.column>ul>li:nth-child(2){
margin-top:80px;
}
a[href$="127.0.0.1/myownbookmarks"]{
border: 1px dotted red;
background:#800000;
text-transform: uppercase;
width:98%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment