-1
I wanted to click the button atualizar
the page updated automatically but without flashing, without refresh
.transferencias {
width: 59%;
float: left;
margin-left: 30px;
margin-top: 25px;
}
.transferencias div.desktop {
width: 100%;
text-align: left;
border-bottom: 1px solid #000;
height: auto;
}
.transferencias div.desktop p.titulo {
font-size: 24px;
font-weight: bold;
font-family: 'Rajdhani', sans-serif;
color: black;
line-height: 2;
text-transform: uppercase;
}
.transferencias div.desktop span.botao_atualizar {
float: right;
background-color: black;
color: #fff;
padding: 6px;
font-size: 15px;
font-family: 'Rajdhani', sans-serif;
font-weight: bold;
border-radius: 5px;
margin: 8px 6px 0px 0px;
cursor: default;
text-transform: lowercase;
}
<div class="transferencias">
<div class="desktop">
<p class="titulo">LIVE </span>
<span class="botao_atualizar"> atualizar </span> </span></p>
</div>