outline

outline

CSS outline Property
The CSS outline property is shorthand for specifying the outline-coloroutline-style and outline-width properties.
CSS CODE EXAMPLE
<!DOCTYPE>
<style type="text/css">
.class1 {
    outline: #09F inset 7px;
    border: #F00 inset 7px;
    padding: 5px;
}
</style>
<p class="class1">my content ...</p>
<p class="class1">my content ...</p>
 
my content ...
my content ...

Possible Values:

See
outline-color
outline-style
outline-width

Related Posts :

  • text-shadow text-shadow CSS text-shadow Property The CSS text-shadow property is used to re… Read More...
  • overflow overflow CSS overflow Property The CSS overflow property is shorthand for speci… Read More...
  • position position CSS position Property The CSS position property is used to specify how… Read More...
  • right right CSS right Property The CSS right property is used to offset an element's … Read More...
  • quotes quotes CSS quotes Property The CSS quotes property is used to specify the chara… Read More...

0 Response to "outline"

Post a Comment