Skip to content

Commit

Permalink
Actualizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucasponzoni committed Apr 30, 2024
1 parent 5cb7c83 commit 356b48d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,17 +236,18 @@ button:hover {
}

#ultimasEtiquetas button:last-child {
margin-top: 1rem;
text-align: center;
align-items: center;
filter: invert(0%);
border: 2px solid yellow;
}

#ultimasEtiquetas button:last-child::before {
text-align: center;
content: "última generada";
position: absolute;
top: -15px;
left: 10px;
content: "última";
position: relative;
top: 0;
left: -2px;
background-color: red;
color: white;
padding: 4px 8px;
Expand Down

0 comments on commit 356b48d

Please sign in to comment.