Created
April 18, 2016 00:19
-
-
Save bernardodiasc/3dc65c8ddc071f8b8032399efe4f0064 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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