Answers for "how to move text to up in css"

CSS
2

how to move text down in css

p {
  padding-top: 2em;
}
Posted by: Guest on July-19-2020
0

how to move text down css

position: relative;
top: 6px;

sink it down from top.
Posted by: Guest on October-28-2021

Code answers related to "how to move text to up in css"

Browse Popular Code Answers by Language