Thursday, 9 September 2021

css styles

 give sapces between list under ul

ul {
  1. line-height: 50px;

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...