Untitled
unknown
plain_text
2 years ago
528 B
5
Indexable
<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>
Editor is loading...
Leave a Comment