1
I have a hyperlink that I need to style using CSS doing that looks like a button this with clear CSS, my question is that as I call a hyperlink in CSS, already tried with div, already tried to assign an id to tag .
<td><a href="delete_rows.php?del=<?php echo $books->ISBN; ?>">Delete</a></td>
the CSS code I have already made
width: 100px;
background: rgba(0, 0, 255, 0.3);
font-weight: bold;
color: white;
border: 0 none;
border-radius: 5px;
cursor: pointer;
padding: 5px 5px;
margin: 5px 5px;
so I don’t know how to make the link between a hyperlink and CSS
seems to be a good solution, I edited my post because the CSS I have already done, but again I do not know why in my project is not working!
– Diana Madeira
does not lack the color no?
– user60252