Domanda

Am stack!... Is there a way to increase the gap between the outline (overall line) and the border (div's immediate line) ?

For instance, I got:

[CODE]

    <div style="border:5px solid red; outline:3px solid green \\--->GAP ?; >
//Inside Div

|---------------`OutLine`--------------------



-------> *this GAP*



      |-------------------`border`--------------------

          |---------------`<div>`--------------------|
È stato utile?

Soluzione

Use outline-offset property — JSFiddle

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top