I have given position margin-left margin-top tags on my code html css for desktop how can i delete it to my phone to make it responsive?
How can i delete some items based on the screen size ? I have given at my css for desktop margin-left, width, height, and position:absolute; properties but I need them not to apply in mobile responsive. How can I dot…