Skip to content

Instantly share code, notes, and snippets.

@bernardodiasc
Created April 18, 2016 00:19
Show Gist options
  • Save bernardodiasc/3dc65c8ddc071f8b8032399efe4f0064 to your computer and use it in GitHub Desktop.
Save bernardodiasc/3dc65c8ddc071f8b8032399efe4f0064 to your computer and use it in GitHub Desktop.
abre o editor do browser na pagina http://www1.folha.uol.com.br/especial/2015/brasil-em-crise/votacao-impeachment/camara/
e cola o css abaixo:
.politic.col-sm-6.col-md-4.col-lg-3.yes:after {
content: '';
display: block;
width: 15px;
height: 15px;
position: absolute;
z-index: 9;
background: red;
border-radius: 50%;
top: 27%;
left: 18%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment