0
a {
color: #fff;
text-decoration: none;
background-color: #007bff;
padding: 10px;
display: block;
width: 250px;
border-radius: 4px;
-webkit-text-decoration-skip: objects;
}
a:hover{
background-color: #0f58a7;
text-decoration: none;
color: #fff;
}
<a href='teste.com'><i class='fas fa-arrow-right'></i> PROSSEGUIR</a>
I have this button, it should appear like this: http://prntscr.com/n54rd9 But for some reason that I could not identify, the button does not appear to some people who access the page. Was there anything that could be done to identify why this happened? In every browser of people who have this problem, it never appears...so it should not be the browser blocking something.
1º - Where is the CSS style code? Put the CSS code that formats the button so that we can see. 2º - The button does not appear to some people or appears to you and others not?
– Fabiano Monteiro
I just added CSS to the post. About the second parody, it appears to me and several other people, about 90%, but for some people it does not appear at all.
– RafaelMacedo