@phoenix-plugin-registry/swmitra.html-designer
Version:
NOW WITH RESPONSIVE DESIGN TOOLS (BETA)! Design and customize web ui with HTML and CSS. Now with taggable Design snippet/bookmark support.
20 lines (18 loc) • 322 B
HTML
<style>
#parent-highlighter
{
outline:2px solid #00ff00;
display:none;
position:absolute;
top:10px;
left:10px;
height:100px;
width:100px;
margin-top: -24px;
margin-left: -24px;
}
.delinkedParent{
outline:2px solid #ff0000 ;
}
</style>
<div id="parent-highlighter" ></div>