Search
 
SCRIPT & CODE EXAMPLE
 

CSS

CSS Outline Width

p.ex1 {
  border: 1px solid black;
  outline-style: solid;
  outline-color: red;
  outline-width: thin;
}

p.ex2 {
  border: 1px solid black;
  outline-style: solid;
  outline-color: red;
  outline-width: medium;
}

p.ex3 {
  border: 1px solid black;
  outline-style: solid;
  outline-color: red;
  outline-width: thick;
}

p.ex4 {
  border: 1px solid black;
  outline-style: solid;
  outline-color: red;
  outline-width: 4px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: change image with css 
Css :: css table properties 
Css :: add image under header html 
Css :: image with background color css 
Css :: iconscout css 
Css :: transition delay only for specific property 
Css :: border style css 
Css :: transition css 
Css :: make something slowly invisible css 
Css :: css good border color 
Css :: remove bg color with css 
Css :: background-size 
Css :: scss variables 
Css :: keyframe 
Css :: Vuetify v-data-table custom row hover background color (Light Theme) 
Css :: shrink div to fit content 
Css :: gradient over background video 
Css :: mysql_config not found 
Css :: prevent bounce scroll css 
Css :: after icon css 
Css :: html css disabled button hover style 
Css :: how to center icon vertically in react js 
Css :: add background image in css 
Css :: how to make distance betwwen corosel transition 
Css :: Modify your placeholder 
Css :: text background color css 
Css :: css grid column 
Css :: how to hide text that is longer than its parent div 
Css :: linear-gradient tailwind 
Css :: textarea resize grabber style 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =