Search
 
SCRIPT & CODE EXAMPLE
 

CSS

CSS Outline Offset

p {
  margin: 30px;
  border: 1px solid black;
  outline: 1px solid red;
  outline-offset: 15px;
}
Comment

outline offset css

.photo{
  /*2 rem outside border */
  outline-offset:2rem;
  &:hover{
    outline:1.5rem solid green;
  
}
Comment

PREVIOUS NEXT
Code Example
Css :: css icons free 
Css :: set propTypes 
Css :: css-loader 
Css :: animate a position css 
Css :: pixel css 
Css :: css grid item 
Css :: transparent circle css 
Css :: css color 
Css :: how change the text position 
Css :: css properties 
Css :: css elementos 
Css :: css inherit class 
Css :: how to watch sass in multiple pathes 
Css :: WordPress Permalink for bread crumbs 
Css :: what does it mean when we write width :100%? 
Css :: set div tomiddle css 
Css :: css media query for mobile and hide a row wordpress 
Css :: Woocommerce product title + price over image (overlay) 
Css :: html or CSS background-color 
Css :: i tag in html , <i tag in html 
Css :: Réglage de constantes PHP 
Css :: installer scss projet wordpress 
Css :: changing the dots of the ul to ticks 
Css :: free hrml css curs 
Css :: css geight 
Css :: animating a text in css 
Css :: twig data uri 
Css :: how do I make secret keys available in gatsby-config from Netlify 
Css :: thumb personalizzata wp 
Css :: winnat port already in use ERROR 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =