heavy-styling-002.html (468B)
1 <!DOCTYPe html> 2 <meta charset='utf-8'> 3 <title>drag and drop – feedback overlay for heavily styled elements – 002</title> 4 <style> 5 a { 6 display: block; 7 height: 200px; 8 width: 200px; 9 background-color: blue; 10 border: 10px solid orange; 11 } 12 </style> 13 14 <p>Drag the blue box below downwards. The drag placeholder should resemble the blue box, including the orange border.</p> 15 16 <a href='#' draggable="true" ondragstart="event.dataTransfer.effectAllowed ='copy'"></a>