Answers for "move element to top of div"

CSS
-1

how to make div position top in css

div.c {
  position: absolute;
  top: 50px;
}
Posted by: Guest on May-23-2021

Browse Popular Code Answers by Language