This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Selection drag and drop from url input to block element</title> | |
<style type="text/css"> | |
p:first-child | |
{border:solid 2px #c31860;} | |
input | |
{border:solid 2px #D2B48C;} | |
div |