You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*{
padding: 0px;
margin: 0px;
}
table{
width: 280px; /* tamanho da linha (distancia entre as colunas) */
}
table {
border-collapse: collapse;
}
img{
width: 100px; /* tamanho da imagem */
}
span{
display: inline-block;
margin-top: 12px; /* borda do texto que está escrito o código */
font-size: 16px; /* tamanho do texto do código */
}
td>span{
font-size: 15px; /* tamanho do número de referencia (sequencial) */
}
th{
display: none;
}
The text was updated successfully, but these errors were encountered: