Untitled
unknown
plain_text
22 days ago
528 B
1
Indexable
Never
<html> <head> <title>testing divs</title> </head> <body> <style> div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width:200px; height:200px; border:1px solid #000000; margin:auto; } div + div { border: 10px solid #969696; } </style> <div> Add a Note <form> <textarea name="comments" id="comments"> </textarea> <input type="submit" value="Add Note"> </form> </div>
Leave a Comment