Bootstrap .sr-only类

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "row" style = "padding: 91px 100px 19px 50px;">
         <form class = "form-inline" role = "form">
            <div class = "form-group">
               <label class = "sr-only" for = "email">Email address</label>
               <input type = "email" class = "form-control" placeholder = "Enter email">
            </div>
            <div class = "form-group">
               <label class = "sr-only" for = "pass">Password</label>
               <input type = "password" class = "form-control" placeholder = "Password">
            </div>
         </form>
      </div>
   </body>
</html>

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/264869.html

(0)
上一篇 2022年6月7日 17:01
下一篇 2022年6月7日 17:02

相关推荐

发表回复

登录后才能评论