Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to move an image up in css

.image{
  position: relative; 
  top: -125px;
}
 
PREVIOUS NEXT
Tagged: #move #image #css
ADD COMMENT
Topic
Name
6+8 =