Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

outline offset css

.photo{
  /*2 rem outside border */
  outline-offset:2rem;
  &:hover{
    outline:1.5rem solid green;
  
}
 
PREVIOUS NEXT
Tagged: #outline #offset #css
ADD COMMENT
Topic
Name
2+4 =