IT Nursery
<td class="style1" align='center' height="35"> <div style="overflow: hidden; width: 230px;"> <a class="link" herf="" onclick='topic(<?=$key;?>)'> <span id='name<?=$key;?>'><?=$name;?></span> </a> </div> </td> This is my CSS script .style1 { background-image: url('https://localhost/msite/images/12.PNG'); background-repeat: no-repeat;...
  • June 3, 2022
  • 0 Comments
I want to create gradient background where the gradient is in the top half and there’s a solid color in the bottom half, like in this image below: I...
  • May 18, 2022
  • 0 Comments