Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css right

.right {
  position: fixed; /* the fixed pos makes it work */
  right: /*how much you want to move it right 
    put % or px or rem at end of the amount */;
}
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
8+3 =