stackoverflow問題集の追加

来源:互联网 发布:漩涡 知乎 编辑:程序博客网 时间:2024/06/05 00:43
<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-color: blue;
}


::placeholder { /* Firefox 18+ */
  color: green;
}
</style>
</head>
<body>




<form id="myForm" action="#" method="post" >
<div class="container">
    <div class="row">
        <div class="col-md-6 padding-2">
            <textarea class=" form-control textArea" rows="7" placeholder="Comments/Requests" name="textarea" id="textarea" required="required"></textarea>
      </div>
   </div>
  </div>






</body>
</html>
原创粉丝点击