Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<style>
p.ex1 {
  border: 1px solid yellow;
  outline-style: solid;
  outline-color: invert;
}
#myDiv2 {
  width: 400px;
  height: 200px;
  background-color: red;
}
</style>
</head>
<body>
<h2>Using outline-color:invert</h2>
<div id='myDiv1'>
<p class="ex1">A solid invert outline.</p>
</div>
<div id='myDiv2'>
<p class="ex1">A solid invert outline.</p>
</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Amir-ZMpro
0viewers