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