Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css outline color

/* Valeurs avec un mot-clé */
outline-color: invert;

/* Valeurs de couleur */
/* Type <color>       */
outline-color: red;
outline-color: #f92525;
outline-color: rgb(30,222,121);

/* Valeurs globales */
outline-color: inherit;
outline-color: initial;
outline-color: unset;
Comment

CSS Outline Color

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

p.ex2 {
  border: 2px solid black;
  outline-style: dotted;
  outline-color: blue;
}

p.ex3 {
  border: 2px solid black;
  outline-style: outset;
  outline-color: grey;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to add inline class to a paragraph in css 
Css :: css flip text 
Css :: ghana 
Css :: Push an existing folder to git 
Css :: break word css 
Css :: change bot page background top.gg 
Css :: css animation slide from bottom to top 
Css :: padding html 
Css :: electron draggable 
Css :: table td data in middle 
Css :: top left right bottom css shorthand 
Css :: change style of ordered list numbers css 
Css :: css orange color 
Css :: Hide scroll bar, but while still being able to scroll 
Css :: cursive css 
Css :: css glow on hover 
Css :: css how to make a pre tag to break line 
Css :: css first element 
Css :: padding for text in html 
Css :: input outline focus 
Css :: replace icon with image css 
Css :: css lighten function 
Css :: make a circle in css 
Css :: html center image 
Css :: button edges rounded css 
Css :: black gradient background effect 
Css :: css blur bg 
Css :: design good font color 
Css :: css border only top and bottom 
Css :: css auto heigh div 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =