Question

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>`--------------------|
Was it helpful?

Solution

Use outline-offset property — JSFiddle

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top